mysqlite/testMigrations/3_multicomment.sql
Sebastiaan de Schaetzen 82c7f57078
Some checks failed
Build / build (push) Has been cancelled
Allow multi-statement migration scripts
2025-03-12 08:23:21 +01:00

4 lines
88 B
SQL

create table testTable(value text);
insert into testTable(value) values ('testValue');