Update llx_facture_fourn.sql
increase ref fields size (like customers facture)
This commit is contained in:
parent
0a1f5eff41
commit
38c2dc8747
@ -22,11 +22,11 @@
|
|||||||
create table llx_facture_fourn
|
create table llx_facture_fourn
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
ref varchar(30),
|
ref varchar(255),
|
||||||
ref_supplier varchar(50) NOT NULL,
|
ref_supplier varchar(255) NOT NULL,
|
||||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||||
|
|
||||||
ref_ext varchar(30), -- reference into an external system (not used by dolibarr)
|
ref_ext varchar(255), -- reference into an external system (not used by dolibarr)
|
||||||
|
|
||||||
type smallint DEFAULT 0 NOT NULL,
|
type smallint DEFAULT 0 NOT NULL,
|
||||||
fk_soc integer NOT NULL,
|
fk_soc integer NOT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user