2
0
forked from Wavyzz/dolibarr

nouvelle version des tables posgtresql

beautification du code, tout les parametres en MAJUSCULES
This commit is contained in:
opensides
2004-10-09 00:06:52 +00:00
parent c293b0b737
commit 595958d1e8
30 changed files with 69 additions and 69 deletions

View File

@@ -22,8 +22,8 @@
create table llx_bank_class
(
lineid SERIAL,
fk_categ integer not null
lineid integer NOT NULL,
fk_categ integer NOT NULL
);
create index llx_bank_class_lineid on llx_bank_class(lineid);