initial
This commit is contained in:
0
db/migrations/20240407203525_init.down.txt
Normal file
0
db/migrations/20240407203525_init.down.txt
Normal file
7
db/migrations/20240407203525_init.up.txt
Normal file
7
db/migrations/20240407203525_init.up.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS authors (
|
||||
id INTEGER PRIMARY KEY,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
bio TEXT
|
||||
);
|
||||
|
0
db/migrations/20240912985300_init_up.sql
Normal file
0
db/migrations/20240912985300_init_up.sql
Normal file
Reference in New Issue
Block a user