maybe this one works
This commit is contained in:
6
migrations/0000_busy_the_enforcers.sql
Normal file
6
migrations/0000_busy_the_enforcers.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `GuestLog` (
|
||||
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
`name` text NOT NULL,
|
||||
`message` text,
|
||||
`date` integer NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user