payment_token

-1 rows


Description

Payment Token

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('payment_token_id_seq'::regclass)
account_payment.payment_token_id account_payment_payment_token_id_fkey N
account_payment_register.payment_token_id account_payment_register_payment_token_id_fkey N
payment_transaction.token_id payment_transaction_token_id_fkey R
provider_id int4 10 null
payment_provider.id payment_token_provider_id_fkey R

Provider

company_id int4 10 null
res_company.id payment_token_company_id_fkey N

Company

payment_method_id int4 10 null
payment_method.id payment_token_payment_method_id_fkey R

Payment Method

partner_id int4 10 null
res_partner.id payment_token_partner_id_fkey R

Partner

create_uid int4 10 null
res_users.id payment_token_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id payment_token_write_uid_fkey N

Last Updated by

payment_details varchar 2147483647 null

Payment Details

provider_ref varchar 2147483647 null

Provider Reference

active bool 1 null

Active

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
payment_token_pkey Primary key Asc id
payment_token__company_id_index Performance Asc company_id

Relationships