ExpertClassInAppProducts


Description

Saves ExpertClass in-app products information to be used in Google play and App Stores

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 140 null
ExpertClassGoogleInAppPayments.expertClassInAppProductId ExpertClassGoogleInAppPayments_expertClassInAppProductId_fkey R
ExpertClassInAppPrices.expertClassInAppProductId ExpertClassInAppPrices_expertClassInAppProductId_fkey C

In-App Product id to be added on play store or app store

name varchar 30 null

In-App product Name to be added on play store or app store

description varchar 45 null

In-App product description to be added on play store or app store

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
deletedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
ExpertClassInAppProducts_pkey Primary key Asc id
ExpertClassInAppProducts_name_unique_index Must be unique Asc name

Relationships