db/0728ba9_to_442d4e8.sql

10 lines
208 B
MySQL
Raw Normal View History

2023-07-17 18:15:51 +00:00
create table "public"."migration" (
"from_revision" text not null,
"to_revision" text not null,
"performed_on" timestamp without time zone not null default now(),
"script" text not null
);