sms_account_phone


Description

SMS Account Registration Phone Number Wizard

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('sms_account_phone_id_seq'::regclass)
account_id int4 10 null
iap_account.id sms_account_phone_account_id_fkey C

Account

create_uid int4 10 null
res_users.id sms_account_phone_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id sms_account_phone_write_uid_fkey N

Last Updated by

phone_number varchar 2147483647 null

Phone Number

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
sms_account_phone_pkey Primary key Asc id

Relationships