Fix length of field

This commit is contained in:
Laurent Destailleur
2022-06-09 13:08:12 +02:00
parent 4f3806ed70
commit 1deef98f07
4 changed files with 9 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ create table llx_payment_donation
fk_typepayment integer NOT NULL,
num_payment varchar(50),
note text,
ext_payment_id varchar(128), -- external id of payment (for example Stripe charge id)
ext_payment_id varchar(255), -- external id of payment (for example Stripe charge id)
ext_payment_site varchar(128), -- name of external paymentmode (for example 'stripe')
fk_bank integer NOT NULL,
fk_user_creat integer, -- creation user