Standardize columns
This commit is contained in:
parent
f25ac50e3b
commit
e8e82ca08c
@ -49,9 +49,10 @@ create table llx_object_lang
|
|||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_object_lang ADD UNIQUE INDEX uk_object_lang (fk_object, type_object, property, lang);
|
ALTER TABLE llx_object_lang ADD UNIQUE INDEX uk_object_lang (fk_object, type_object, property, lang);
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE llx_subscription ADD COLUMN fk_user_creat integer DEFAULT NULL;
|
||||||
|
ALTER TABLE llx_subscription ADD COLUMN fk_user_valid integer DEFAULT NULL;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -27,5 +27,7 @@ create table llx_subscription
|
|||||||
datef date,
|
datef date,
|
||||||
subscription double(24,8),
|
subscription double(24,8),
|
||||||
fk_bank integer DEFAULT NULL,
|
fk_bank integer DEFAULT NULL,
|
||||||
|
fk_user_creat integer DEFAULT NULL,
|
||||||
|
fk_user_valid integer DEFAULT NULL,
|
||||||
note text
|
note text
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user