Fix: Bad field size

This commit is contained in:
Laurent Destailleur 2013-05-25 18:10:55 +02:00
parent 2a96172294
commit 8fa9a60bc6
2 changed files with 2 additions and 1 deletions

View File

@ -256,6 +256,7 @@ CREATE TABLE llx_printer_ipp
) ENGINE=innodb;
ALTER TABLE llx_socpeople ADD COLUMN ref_ext varchar(128) after entity;
ALTER TABLE llx_adherent MODIFY COLUMN ref_ext varchar(128);
create table llx_commande_extrafields
(

View File

@ -28,7 +28,7 @@ create table llx_adherent
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
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(128), -- reference into an external system (not used by dolibarr)
civilite varchar(6),
lastname varchar(50),