Update llx_don.sql

This commit is contained in:
ptibogxiv 2019-01-18 11:23:59 +01:00 committed by GitHub
parent c7bedbe7dc
commit 754714abf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ create table llx_don
amount double(24,8) DEFAULT 0,
fk_payment integer, -- Id of payment mode
paid smallint default 0 NOT NULL,
fk_soc integer NULL,
firstname varchar(50),
lastname varchar(50),
societe varchar(50),
@ -38,7 +39,7 @@ create table llx_don
zip varchar(30),
town varchar(50),
country varchar(50), -- Deprecated - Replace with fk_country
fk_country integer NOT NULL,
fk_country integer NOT NULL,
email varchar(255),
phone varchar(24),
phone_mobile varchar(24),