Modification de la structure
This commit is contained in:
parent
24e2aff0c9
commit
c5a3853de8
@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
create table llx_expedition_methode
|
create table llx_expedition_methode
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer PRIMARY KEY,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
code varchar(30) NOT NULL,
|
code varchar(30) NOT NULL,
|
||||||
libelle varchar(50) NOT NULL,
|
libelle varchar(50) NOT NULL,
|
||||||
note text
|
statut tinyint default 0
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user