More fruits
This commit is contained in:
parent
bd9dfbdf37
commit
cf5b772cdd
@ -24,6 +24,14 @@ INSERT INTO `fruit` (`id`, `name`, `cake_id`) VALUES
|
|||||||
(2, 'Rasberry', 1),
|
(2, 'Rasberry', 1),
|
||||||
(3, 'Strawberry', 2);
|
(3, 'Strawberry', 2);
|
||||||
|
|
||||||
|
INSERT INTO `fruit` (`name`, `cake_id`) VALUES
|
||||||
|
('Apple', NULL),
|
||||||
|
('Banana', NULL),
|
||||||
|
('Cherry', NULL),
|
||||||
|
('Lemon', NULL),
|
||||||
|
('Orange', NULL),
|
||||||
|
('Pineapple', NULL);
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `filling`;
|
DROP TABLE IF EXISTS `filling`;
|
||||||
|
|
||||||
CREATE TABLE `filling` (
|
CREATE TABLE `filling` (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user