phone_blacklist

-1 rows


Description

Phone Blacklist

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('phone_blacklist_id_seq'::regclass)
create_uid int4 10 null
res_users.id phone_blacklist_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id phone_blacklist_write_uid_fkey N

Last Updated by

number varchar 2147483647 null

Phone Number

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)
phone_blacklist_pkey Primary key Asc id
phone_blacklist_unique_number Must be unique Asc number

Relationships