Skip to content

Bundles Schema

Schema: ext_bundles | Auto-generated on 2026-03-30


Grouped course packages for sale.

ColumnTypeNullableDefault
iduuidNOgen_random_uuid()
instructor_iduuidNO
titletextNO
slugtextNO
descriptiontextYES
thumbnail_urltextYES
pricenumericNO
compare_pricenumericYES
statustextNO'draft'
course_countintegerNO0
sales_countintegerNO0
published_attimestamptzYES
created_attimestamptzNOnow()
updated_attimestamptzNOnow()

Courses included in a bundle.

ColumnTypeNullableDefault
iduuidNOgen_random_uuid()
bundle_iduuidNO
course_iduuidNO
sort_orderintegerNO0
created_attimestamptzNOnow()

Bundle purchase records.

ColumnTypeNullableDefault
iduuidNOgen_random_uuid()
bundle_iduuidNO
buyer_iduuidNO
payment_iduuidYES
amountnumericNO
statustextNO'pending'
created_attimestamptzNOnow()
updated_attimestamptzNOnow()