holy shit what the fuck am i doing
This commit is contained in:
commit
4b4122267a
6 changed files with 3011 additions and 0 deletions
6
migrations/20240415053921_create-table-comments.sql
Normal file
6
migrations/20240415053921_create-table-comments.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS comments
|
||||
(
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
name TEXT,
|
||||
content TEXT NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue