mysqlite/testMigrations/1_initial.sql
Sebastiaan de Schaetzen 96b27ff99d
All checks were successful
Build / build (push) Successful in 2m12s
Add basic migration test
2025-02-19 05:33:47 +01:00

4 lines
39 B
SQL

create table mydata (
value text
)