create_table_tractate_service.sql 258 Bytes EditWeb IDE 1 2 3 4 5 6 7 -- 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;