Update llx_establishment.sql

This commit is contained in:
Frédéric FRANCE 2016-03-31 17:06:10 +02:00
parent a47accb1c3
commit 1419b0e385

View File

@ -19,7 +19,7 @@
-- Structure de la table llx_establishment -- Structure de la table llx_establishment
-- --
CREATE TABLE IF NOT EXISTS llx_establishment ( CREATE TABLE llx_establishment (
rowid integer NOT NULL auto_increment PRIMARY KEY, rowid integer NOT NULL auto_increment PRIMARY KEY,
entity integer NOT NULL DEFAULT 1, entity integer NOT NULL DEFAULT 1,
name varchar(50), name varchar(50),