2
0
forked from Wavyzz/dolibarr

Ajout du champ type

This commit is contained in:
Rodolphe Quiedeville
2003-02-11 13:47:33 +00:00
parent 92af9b1b2c
commit 85e223c8ef

View File

@@ -28,6 +28,7 @@ create table llx_const
rowid integer AUTO_INCREMENT PRIMARY KEY,
name varchar(255),
value varchar(255),
type enum('yesno'),
note text,
UNIQUE INDEX(name)