Files
website/migrations/0000_busy_the_enforcers.sql
2026-03-15 13:53:05 +13:00

7 lines
144 B
SQL

CREATE TABLE `GuestLog` (
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
`name` text NOT NULL,
`message` text,
`date` integer NOT NULL
);