Short Links Schema
ext_shortlinks - Short Links
Section titled “ext_shortlinks - Short Links”Schema: ext_shortlinks | Auto-generated on 2026-03-30
Short URL mappings with UTM and expiration.
| Column | Type | Nullable | Default |
|---|---|---|---|
id | uuid | NO | gen_random_uuid() |
user_id | uuid | NO | — |
destination_url | text | NO | — |
slug | text | NO | — |
title | text | YES | — |
status | text | NO | 'active' |
password | text | YES | — |
expires_at | timestamptz | YES | — |
splash_page_id | uuid | YES | — |
utm_source | text | YES | — |
utm_medium | text | YES | — |
utm_campaign | text | YES | — |
utm_term | text | YES | — |
utm_content | text | YES | — |
is_sensitive | boolean | NO | false |
metadata | jsonb | YES | '{}' |
created_at | timestamptz | NO | now() |
updated_at | timestamptz | NO | now() |
splash_pages
Section titled “splash_pages”Interstitial pages shown before redirect.
| Column | Type | Nullable | Default |
|---|---|---|---|
id | uuid | NO | gen_random_uuid() |
user_id | uuid | NO | — |
name | text | NO | — |
title | text | YES | — |
description | text | YES | — |
logo_url | text | YES | — |
redirect_delay | integer | NO | 5 |
show_ad | boolean | NO | false |
custom_css | text | YES | — |
metadata | jsonb | YES | '{}' |
created_at | timestamptz | NO | now() |
updated_at | timestamptz | NO | now() |