promo_codes¶
Колонки¶
| колонка | тип | not null | default |
|---|---|---|---|
code |
"text" |
✅ | `` |
type |
"text" |
✅ | `` |
value |
bigint |
✅ | `` |
plan |
"text" |
`` | |
max_uses |
integer |
`` | |
used_count |
integer |
✅ | 0 |
per_user_limit |
integer |
✅ | 1 |
expires_at |
timestamp with time zone |
`` | |
active |
boolean |
✅ | true |
created_at |
timestamp with time zone |
✅ | "now"() |
Ограничения¶
CONSTRAINT "promo_codes_pkey" PRIMARY KEY ("code")