oc_file_locks


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_file_locks_id_seq'::regclass)
lock int4 10 0
key varchar 64 null
ttl int4 10 '-1'::integer

Indexes

Constraint Name Type Sort Column(s)
oc_file_locks_pkey Primary key Asc id
lock_key_index Must be unique Asc key
lock_ttl_index Performance Asc ttl

Relationships