4 lines
75 B
SQL
4 lines
75 B
SQL
CREATE TABLE "menus" (
|
|
`mid` serial not null,
|
|
primary key(`mid`)
|
|
); |