2
0
forked from Wavyzz/dolibarr

Fix field name and length (database portabilit)

This commit is contained in:
Laurent Destailleur
2017-12-28 11:16:27 +01:00
parent 6676178435
commit ce680af357
19 changed files with 29 additions and 71 deletions

View File

@@ -26,7 +26,7 @@
create table llx_const
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
name varchar(255) NOT NULL,
name varchar(180) NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id
value text NOT NULL, -- max 65535 caracteres
type varchar(6),