turso
This commit is contained in:
4
migrations/000002_create_schema_migrations.up.sql
Normal file
4
migrations/000002_create_schema_migrations.up.sql
Normal file
@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS schema_migrations (
|
||||
version INTEGER PRIMARY KEY,
|
||||
applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
Reference in New Issue
Block a user