werfen
This commit is contained in:
parent
453b281a4b
commit
46b895aff2
25 changed files with 716 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
|
||||
('football', 'Football', 100),
|
||||
('basketball', 'Basketball', 100),
|
||||
('baseball', 'Baseball', 100),
|
||||
('soccer', 'Soccer Ball', 100),
|
||||
;
|
Loading…
Add table
Add a link
Reference in a new issue