payments__t


Columns

Column Type Size Nulls Auto Default Children Parents Comments
__id int8 19 null
__cf bool 1 true
__start timestamptz 35,6 null
__source varchar 63 null
__origin varchar 63 ''::character varying
id uuid 2147483647 null
owner_id uuid 2147483647 null
owners__t.id payments__t_owner_id_fkeyR
name_method varchar 17 null
allowed_refund_method bool 1 null

Indexes

Constraint Name Type Sort Column(s)
payments__t_pkey Primary key Asc __id
payments__t___origin_idx Performance Asc __origin
payments__t___source_idx Performance Asc __source
payments__t___start_idx Performance Asc __start
payments__t_allowed_refund_method_idx Performance Asc allowed_refund_method
payments__t_id_idx Performance Asc id
payments__t_name_method_idx Performance Asc name_method
payments__t_owner_id_idx Performance Asc owner_id

Relationships