forked from Wavyzz/dolibarr
Nouvelle version
This commit is contained in:
@@ -68,9 +68,9 @@ create table llx_societe
|
|||||||
client smallint default 0, -- client oui/non
|
client smallint default 0, -- client oui/non
|
||||||
fournisseur smallint default 0, -- fournisseur oui/non
|
fournisseur smallint default 0, -- fournisseur oui/non
|
||||||
|
|
||||||
UNIQUE INDEX(prefix_comm),
|
UNIQUE INDEX(prefix_comm)
|
||||||
)
|
);
|
||||||
type=INNODB;
|
|
||||||
|
|
||||||
create table llx_socstatutlog
|
create table llx_socstatutlog
|
||||||
(
|
(
|
||||||
@@ -474,8 +474,7 @@ create table llx_tva
|
|||||||
amount real NOT NULL default 0,
|
amount real NOT NULL default 0,
|
||||||
label varchar(255),
|
label varchar(255),
|
||||||
note text
|
note text
|
||||||
)
|
);
|
||||||
type=INNODB;-- ===================================================================
|
|
||||||
|
|
||||||
create table llx_domain
|
create table llx_domain
|
||||||
(
|
(
|
||||||
@@ -687,11 +686,8 @@ create table llx_facture
|
|||||||
note text,
|
note text,
|
||||||
|
|
||||||
UNIQUE INDEX (facnumber),
|
UNIQUE INDEX (facnumber),
|
||||||
INDEX fksoc (fk_soc),
|
INDEX fksoc (fk_soc)
|
||||||
FOREIGN KEY (fk_soc)
|
);
|
||||||
REFERENCES llx_societe(idp) ON DELETE NO ACTION ON UPDATE NO ACTION
|
|
||||||
)
|
|
||||||
type=INNODB;-- ===================================================================
|
|
||||||
|
|
||||||
create table llx_facturedet
|
create table llx_facturedet
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user