4 lines
86 B
SQL
4 lines
86 B
SQL
CREATE TABLE `menus`(
|
|
`mid` int not null AUTO_INCREMENT,
|
|
primary key(`mid`)
|
|
); |