forked from Wavyzz/dolibarr
nouvelle version des tables posgtresql
beautification du code, tout les parametres en MAJUSCULES
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user