mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
New Add alias field to socpeople table (#28253)
* add alias field to socpeople table * change name of the field
This commit is contained in:
@@ -27,6 +27,7 @@ create table llx_socpeople
|
||||
fk_soc integer, -- lien vers la societe
|
||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||
ref_ext varchar(255), -- reference into an external system (not used by dolibarr)
|
||||
name_alias varchar(255),
|
||||
civility varchar(6),
|
||||
lastname varchar(50),
|
||||
firstname varchar(50),
|
||||
|
||||
Reference in New Issue
Block a user