public.split_payment¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.game | Unique identifier for the split payment record.(DC2Type:uuid) | ||
| is_split_payment_enabled | boolean | false | Flag indicating whether split payment feature is enabled for this game. |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| split_payment_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| split_payment_pkey | CREATE UNIQUE INDEX split_payment_pkey ON public.split_payment USING btree (id) |
Relations¶
Generated by tbls