mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 18:36:25 +00:00
Too early for a database
This commit is contained in:
parent
4318b3ed47
commit
53cbe6e26c
16
sql/init.sql
16
sql/init.sql
|
@ -1,16 +0,0 @@
|
|||
-- SQL is designed for the SQLite database
|
||||
-- Moshpit of shit
|
||||
|
||||
CREATE TABLE IF NOT EXISTS annoucements(
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
description TEXT NOT NULL,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS menu_item(
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
description TEXT NOT NULL,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
)
|
||||
|
||||
-- FUCK
|
Loading…
Reference in a new issue