spam_exclude_rules

17 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('spam_exclude_rules_id_seq'::regclass)
domain text 2147483647 null
days_until_excluded float8 17,17 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
spam_exclude_rules_pkey Primary key Asc id
index_spam_exclude_rules_on_domain Performance Asc domain

Relationships