QR Codes Schema
ext_qr - QR Codes
Section titled “ext_qr - QR Codes”Schema: ext_qr | Auto-generated on 2026-03-30
qr_codes
Section titled “qr_codes”QR code definitions and styling.
| Column | Type | Nullable | Default |
|---|---|---|---|
id | uuid | NO | gen_random_uuid() |
user_id | uuid | NO | — |
name | text | NO | — |
type | text | NO | 'url' |
data | jsonb | NO | '{}' |
style | jsonb | NO | '{}' |
file_path | text | YES | — |
file_format | text | NO | 'png' |
short_link_id | text | YES | — |
status | text | NO | 'active' |
metadata | jsonb | YES | '{}' |
created_at | timestamptz | NO | now() |
updated_at | timestamptz | NO | now() |