Typo
This commit is contained in:
parent
2a834d8a8a
commit
926c8cb06f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue