mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Ajout champ active
This commit is contained in:
parent
35f64a331e
commit
7200e46b2a
|
|
@ -22,12 +22,14 @@
|
|||
|
||||
create table llx_c_departements
|
||||
(
|
||||
rowid integer AUTO_INCREMENT UNIQUE,
|
||||
code_departement char(3) PRIMARY KEY,
|
||||
fk_region integer,
|
||||
cheflieu varchar(7),
|
||||
tncc integer,
|
||||
ncc varchar(50),
|
||||
nom varchar(50),
|
||||
active tinyint default 1,
|
||||
|
||||
key (fk_region)
|
||||
)type=innodb;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user