Fix: Syntax dans fichier sql

This commit is contained in:
Laurent Destailleur 2005-09-19 17:39:59 +00:00
parent 80598ff330
commit e7cdfc5d64

View File

@ -43,6 +43,6 @@ create table llx_bank_account
adresse_proprio varchar(255),
courant smallint DEFAULT 0 NOT NULL,
clos smallint DEFAULT 0 NOT NULL,
rappro smallint DEFAULT 1 integer,
rappro smallint DEFAULT 1,
account_number varchar(8)
)type=innodb;