Banners¶
Table: public.banners
Columns¶
| Column | Type | Default | Description |
|---|---|---|---|
id |
uuid |
PK | UUID |
title |
text |
NOT NULL | Display title |
image_url |
text |
NOT NULL | Uploaded image |
link_url |
text |
nullable | Click target |
link_type |
text |
'url' |
url, product, category, promotion |
sort_order |
int |
0 |
Display order |
is_active |
boolean |
true |
Active toggle |
position |
text |
'home_main' |
Placement |
promotion_id |
uuid |
FK → promotions(id) nullable |
Linked promotion |
created_at |
timestamptz |
now() |
Indexes¶
idx_banners_position_activeon(position) WHERE is_active = trueidx_banners_promotion_idonpromotion_id
Positions¶
| Position | Location |
|---|---|
home_main |
Home screen carousel (Flutter) |
home_sidebar |
Sidebar (future) |
Related¶
- Promotions — Linked campaign
- Admin: CMS — Banner management
- Mobile: Home — Banner display