ジョブ
TIP
スポンサーと DB を分けました。
対象
- シルバー以上 (プラチナ、ゴールド、シルバー) のスポンサー
詳細設計
| # | type | initial | required |
|---|---|---|---|
| id | uuid | ||
| sponsor_id | uuid | ◯ | |
| link_url | varchar(500) | ||
| image_url | varchar(500) | ||
| image_alt | varchar(100) | ||
| display_order | int | ||
| is_open | bool | ◯ | |
| created_at | timestamp | now() | (auto) |
| updated_at | timestamp | now() | (auto) |
参照
https://github.com/vuejs-jp/vuefes-2024/blob/main/supabase/schema.sql#L55