# Column Name Nullable Data Type Max Length Description
1lock_out_idbigint0The primary key of this table, which is also a serial field.
2user_idinteger0
3lock_out_timetimestamp with time zone0
4lock_out_tilltimestamp with time zone0

Foreign Keys

# Column Name Key Name References
2 user_id lock_outs_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
lock_outs_pkey postgres btree lock_out_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 lock_out_id nextval('policy.lock_outs_lock_out_id_seq'::regclass)
3 lock_out_time now()
4 lock_out_till (now() + '00:05:00'::interval)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description