2
0
forked from Wavyzz/dolibarr

nouvelle version des tables posgtresql

beautification du code, tout les parametres en MAJUSCULES
This commit is contained in:
opensides
2004-10-09 00:06:52 +00:00
parent c293b0b737
commit 595958d1e8
30 changed files with 69 additions and 69 deletions

View File

@@ -25,10 +25,10 @@
create table llx_c_actioncomm
(
id SERIAL PRIMARY KEY,
code varchar(12) unique not null,
type varchar(10) default 'system' not null,
libelle varchar(30) not null,
active smallint default 1 not null,
code varchar(12) UNIQUE NOT NULL,
type varchar(10) DEFAULT 'system' NOT NULL,
libelle varchar(30) NOT NULL,
active smallint DEFAULT 1 NOT NULL,
todo smallint
);