oc_flow_checks


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('oc_flow_checks_id_seq'::regclass)
class varchar 256 ''::character varying
operator varchar 16 ''::character varying
value text 2147483647 null
hash varchar 32 ''::character varying

Indexes

Constraint Name Type Sort Column(s)
oc_flow_checks_pkey Primary key Asc id
flow_unique_hash Must be unique Asc hash

Relationships