initial
This commit is contained in:
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
|
||||
);
|
||||
|
Reference in New Issue
Block a user