Changed backup.pgsql

This commit is contained in:
Thomas FORGIONE 2015-05-18 10:30:53 +02:00
parent b8fad45dcb
commit 01a6353f69
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
DROP TABLE IF EXISTS User; DROP TABLE IF EXISTS Users;
CREATE TABLE User( CREATE TABLE Users (
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,
name char(50) name char(50)
); );