main

Data table

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

bitly.links
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
slugtext
not null
target_urltext
not null
titletext
is_activeboolean
default true
created_attimestamp with time zone
default now()
bitly.clicks
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
link_iduuid
not null→ links
clicked_attimestamp with time zone
default now()
referrertext
user_agenttext