puerta/cmd/db/migrations/0000-00-00-base.sql

5 lines
75 B
SQL

CREATE TABLE migrations (
name TEXT NOT NULL,
applied TEXT NOT NULL
);