remove fields size modification

This commit is contained in:
atm-greg 2020-09-24 15:28:41 +02:00
parent b269af5bf6
commit 6aad3b47f5

View File

@ -21,7 +21,7 @@ CREATE TABLE llx_actioncomm_reminder(
typeremind varchar(32) NOT NULL, typeremind varchar(32) NOT NULL,
fk_user integer NOT NULL, fk_user integer NOT NULL,
offsetvalue integer NOT NULL, offsetvalue integer NOT NULL,
offsetunit varchar(10) NOT NULL, offsetunit varchar(1) NOT NULL,
status integer NOT NULL DEFAULT 0, status integer NOT NULL DEFAULT 0,
entity integer NOT NULL DEFAULT 1, entity integer NOT NULL DEFAULT 1,
fk_actioncomm integer NOT NULL, fk_actioncomm integer NOT NULL,