forked from Wavyzz/dolibarr
nouvelle version des tables posgtresql
beautification du code, tout les parametres en MAJUSCULES
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
|
||||
create table llx_bank_class
|
||||
(
|
||||
lineid integer not null,
|
||||
fk_categ integer not null,
|
||||
lineid integer NOT NULL,
|
||||
fk_categ integer NOT NULL,
|
||||
|
||||
INDEX(lineid)
|
||||
)type=innodb;
|
||||
|
||||
Reference in New Issue
Block a user