migrations
This commit is contained in:
4
migrations/1-init_db.sql
Normal file
4
migrations/1-init_db.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE todo(
|
||||
id INT PRIMARY KEY,
|
||||
name VARCHAR(50)
|
||||
);
|
||||
Reference in New Issue
Block a user