Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Bundle |
||||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||||
sku | varchar | 32 | √ | null |
|
|
The sku of the Bundle |
|||||
title | varchar | 1024 | √ | null |
|
|
The title of the Bundle |
|||||
slug | varchar | 1024 | √ | null |
|
|
The slug of the Bundle |
|||||
priceInCents | int4 | 10 | √ | null |
|
|
The price (in cents) of the Bundle |
|||||
annualPriceInCents | int4 | 10 | √ | null |
|
|
The annual price (in cents) of the Bundle |
|||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Bundle was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
bundles_pkey | Primary key | Asc | id |