account

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('sip.account_id_seq'::regclass)
session.account session_account_fkey C
enabled bool 1 true
setting_group int4 10 null
setting_group.id account_setting_group_fkey R
sip_username text 2147483647 null
usr int8 19 null
usr.id account_usr_fkey R
workstation int4 10 null
workstation.id account_workstation_fkey R
transient bool 1 false
activity_who text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
account_pkey Primary key Asc id
account_sip_username_key Must be unique Asc sip_username

Relationships