5 lines
86 B
SQL
5 lines
86 B
SQL
-- migrate:up
|
|
insert into platforms(name) values
|
|
('fanza-doujin');
|
|
|
|
-- migrate:down
|