forked from Simnation/Main
6 lines
188 B
MySQL
6 lines
188 B
MySQL
![]() |
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
|
||
|
('football', 'Football', 100),
|
||
|
('basketball', 'Basketball', 100),
|
||
|
('baseball', 'Baseball', 100),
|
||
|
('soccer', 'Soccer Ball', 100),
|
||
|
;
|