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
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
ref varchar(30),
|
||||
ref_supplier varchar(50) NOT NULL,
|
||||
ref varchar(255),
|
||||
ref_supplier varchar(255) NOT NULL,
|
||||
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,
|
||||
fk_soc integer NOT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user