-- srt.config ALTER TABLE srt.config MODIFY COLUMN id int(10) unsigned NOT NULL; ALTER TABLE srt.config ADD CONSTRAINT config_check CHECK (id = 1);