main

Data table

Migration run against the main data table when the project is imported.

uptime.monitors
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
nametext
not null
urltext
not null
interval_minutesinteger
not nulldefault 5
alert_emailtext
alert_slack_webhooktext
is_activeboolean
default true
schedule_pathtext
created_attimestamp with time zone
default now()
uptime.checks
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
monitor_iduuid
not null→ monitors
checked_attimestamp with time zone
default now()
is_upboolean
not null
response_time_msinteger
status_codeinteger
error_messagetext