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 10:47:16 +00:00
parent 595958d1e8
commit cacc392b85
45 changed files with 92 additions and 96 deletions

View File

@@ -24,8 +24,8 @@
create table llx_expeditiondet
(
rowid serial PRIMARY KEY,
fk_expedition integer not null,
fk_commande_ligne integer not null,
fk_expedition integer NOT NULL,
fk_commande_ligne integer NOT NULL,
qty real -- quantit<69>
);