You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rap2-delos/database/v2020_07_21_merge_PR.sql

3 lines
209 B
SQL

ALTER TABLE `RAP2_DELOS_APP`.`Properties`
MODIFY COLUMN `scope` enum('request','response','script') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
DEFAULT 'response' COMMENT 'property owner' AFTER `id`;