api_2017_10_10_alter_api_problem.sql 166 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- Deploy mimas-talos:api_2017_10_10_alter_api_problem to mysql BEGIN; -- XXX Add DDLs here. alter table `api_problem` add column `is_push` bool NOT NULL; COMMIT;