This commit is contained in:
Imbus 2024-05-04 13:38:10 +02:00
parent 2a834d8a8a
commit 926c8cb06f

View file

@ -5,7 +5,7 @@
-- Holds the different types of cookies we can make. -- Holds the different types of cookies we can make.
CREATE TABLE cookies ( CREATE TABLE cookies (
cookie_id INT PRIMARY KEY, cookie_id INT PRIMARY KEY,
cookie_name VARCHAR(50) NOT NULL UNIQUE, cookie_name VARCHAR(50) NOT NULL UNIQUE
); );
-- Our known customers, may need more fields -- Our known customers, may need more fields