Skip to content

public.payment_methods

Description

Labels

svc-smarttab

Columns

NameTypeDefaultNullableChildrenParentsComment
idintegernextval('payment_methods_id_seq'::regclass)falsepublic.payment_provider_methodsPayment method identifier.
codevarchar(20)falsePayment method code: CASH, CREDIT_CARD, MPM_QR, etc.
namevarchar(100)falsePayment method display name.
descriptiontexttruePayment method description.
is_activebooleantruetruePayment method active status.
sort_orderinteger0trueDisplay sort order.
created_attimestamp with time zonenow()trueRecord creation timestamp.

Viewpoints

NameDefinition
Payment ConfigurationPayment method and provider configuration

Constraints

NameTypeDefinition
payment_methods_pkeyPRIMARY KEYPRIMARY KEY (id)
payment_methods_code_keyUNIQUEUNIQUE (code)

Indexes

NameDefinition
payment_methods_pkeyCREATE UNIQUE INDEX payment_methods_pkey ON public.payment_methods USING btree (id)
payment_methods_code_keyCREATE UNIQUE INDEX payment_methods_code_key ON public.payment_methods USING btree (code)

Relations


Generated by tbls

MPAC — MP-Solution Advanced Cloud Service