ExpertClassTicketPrices


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ticketId uuid 2147483647 null
ExpertClassTicketTypes.id ExpertClassTicketPrices_ticketId_fkey C
price numeric 19,4 null
currencyCode enum_ExpertClass_supported_currencyCode 2147483647 null
platform enum_ExpertClass_PlatformOption 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ExpertClassTicketPrices_pkey Primary key Asc/Asc/Asc ticketId + platform + currencyCode
ExpertClassTicketPrices_price_idx Performance Asc price

Relationships