removed cake categories
This commit is contained in:
parent
b3a5c0b19e
commit
d382de4236
10 changed files with 12 additions and 106 deletions
|
|
@ -1,9 +1,7 @@
|
|||
create table cake (
|
||||
id integer primary key autoincrement,
|
||||
name text not null unique,
|
||||
price integer not null,
|
||||
category text,
|
||||
availability text
|
||||
price integer not null
|
||||
);
|
||||
|
||||
create table customer_order (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue