Qual: Uniformize SQL code to be more compatible

This commit is contained in:
Laurent Destailleur
2009-10-23 23:01:03 +00:00
parent c67e79701d
commit a469b8e0fc
21 changed files with 142 additions and 63 deletions

View File

@@ -23,6 +23,6 @@ create table llx_user_entrepot
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_entrepot integer UNSIGNED, -- pointe sur llx_entrepot
fk_user integer UNSIGNED, -- pointe sur llx_user
consult tinyint(1) UNSIGNED,
send tinyint(1) UNSIGNED
consult smallint UNSIGNED,
send smallint UNSIGNED
)type=innodb;