Update llx_adherent_type_lang.sql
This commit is contained in:
parent
430ffae8ad
commit
4c59f6bffa
@ -18,13 +18,13 @@
|
|||||||
--
|
--
|
||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
|
|
||||||
create table llx_product_lang
|
create table llx_adherent_type_lang
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_product integer DEFAULT 0 NOT NULL,
|
fk_type integer DEFAULT 0 NOT NULL,
|
||||||
lang varchar(5) DEFAULT 0 NOT NULL,
|
lang varchar(5) DEFAULT 0 NOT NULL,
|
||||||
label varchar(255) NOT NULL,
|
label varchar(255) NOT NULL,
|
||||||
description text,
|
description text,
|
||||||
note text,
|
email text,
|
||||||
import_key varchar(14) DEFAULT NULL
|
import_key varchar(14) DEFAULT NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user