Table discourse.public.screened_urls Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id serial 10  √  nextval('screened_urls_id_seq'::regclass)
url varchar 255
domain varchar 255
action_type int4 10
match_count int4 10 0
last_match_at timestamp 29,6  √  null
created_at timestamp 29,6
updated_at timestamp 29,6
ip_address inet 2147483647  √  null

Table contained 0 rows at Fri Mar 27 12:26 PDT 2015

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc screened_urls_pkey
last_match_at Performance Asc index_screened_urls_on_last_match_at
url Must be unique Asc index_screened_urls_on_url