mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Qual: Uniformize fields name.
This commit is contained in:
parent
e64e161a58
commit
f2acb048cc
|
|
@ -20,6 +20,9 @@
|
|||
|
||||
|
||||
|
||||
ALTER TABLE llx_fichinter ADD COLUMN ref_ext varchar(255);
|
||||
|
||||
|
||||
-- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)
|
||||
ALTER TABLE llx_c_typent ADD COLUMN fk_country integer NULL AFTER libelle;
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ create table llx_fichinter
|
|||
fk_projet integer DEFAULT 0, -- projet auquel est rattache la fiche
|
||||
fk_contrat integer DEFAULT 0, -- contrat auquel est rattache la fiche
|
||||
ref varchar(30) NOT NULL, -- number
|
||||
ref_ext varchar(255),
|
||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||
tms timestamp,
|
||||
datec datetime, -- date de creation
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user