Fix: Syntax dans fichier sql
This commit is contained in:
parent
80598ff330
commit
e7cdfc5d64
@ -43,6 +43,6 @@ create table llx_bank_account
|
|||||||
adresse_proprio varchar(255),
|
adresse_proprio varchar(255),
|
||||||
courant smallint DEFAULT 0 NOT NULL,
|
courant smallint DEFAULT 0 NOT NULL,
|
||||||
clos smallint DEFAULT 0 NOT NULL,
|
clos smallint DEFAULT 0 NOT NULL,
|
||||||
rappro smallint DEFAULT 1 integer,
|
rappro smallint DEFAULT 1,
|
||||||
account_number varchar(8)
|
account_number varchar(8)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user