2
0
forked from Wavyzz/dolibarr

Works on multi-company

This commit is contained in:
Regis Houssin
2009-12-10 13:08:19 +00:00
parent 73f6abdeca
commit a4eea3ec7b
6 changed files with 62 additions and 42 deletions

View File

@@ -24,12 +24,12 @@
create table llx_document_model
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(50),
entity integer DEFAULT 1 NOT NULL, -- multi company id
type varchar(20) NOT NULL,
libelle varchar(255),
description text
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(50),
entity integer DEFAULT 1 NOT NULL, -- multi company id
type varchar(20) NOT NULL,
libelle varchar(255),
description text
)type=innodb;
--