5 lines
87 B
SQL
5 lines
87 B
SQL
-- migrate:up
|
|
insert into platforms(name) values
|
|
('dlsite-maniax');
|
|
|
|
-- migrate:down
|