-- Deploy mimas-talos:create_table_tractate_service to mysql BEGIN; CREATE TABLE `api_tractate_service` (`id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, `tractate_id` integer NOT NULL, `service_id` integer NOT NULL, `from_order` bool NOT NULL); COMMIT;