5 lines
96 B
SQL
5 lines
96 B
SQL
CREATE TABLE `data_migration` (
|
|
`name` text PRIMARY KEY,
|
|
`time_completed` integer NOT NULL
|
|
);
|