Added sql init
This commit is contained in:
6
sql/backup.pgsql
Normal file
6
sql/backup.pgsql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS User;
|
||||
|
||||
CREATE TABLE User(
|
||||
id SERIAL PRIMARY KEY,
|
||||
name char(50)
|
||||
);
|
||||
Reference in New Issue
Block a user