diff --git a/app/Migrations/create-schema.sql b/app/Migrations/create-schema.sql index d21ad42..f98f253 100644 --- a/app/Migrations/create-schema.sql +++ b/app/Migrations/create-schema.sql @@ -5,7 +5,7 @@ -- Holds the different types of cookies we can make. CREATE TABLE cookies ( 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