mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 18:03:14 +00:00
Too early for a database
This commit is contained in:
parent
4318b3ed47
commit
53cbe6e26c
1 changed files with 0 additions and 16 deletions
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…
Add table
Add a link
Reference in a new issue