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 10:47:16 +00:00
parent 595958d1e8
commit cacc392b85
45 changed files with 92 additions and 96 deletions

View File

@@ -23,9 +23,9 @@
create table llx_c_regions
(
rowid serial PRIMARY KEY,
code_region integer UNIQUE NOT NULL,
fk_pays integer NOT NULL,
rowid serial PRIMARY KEY,
code_region integer UNIQUE NOT NULL,
fk_pays integer NOT NULL,
cheflieu varchar(7),
tncc integer,
nom varchar(50),