jef-sales-invoices-customers¶
Source¶
Repository:
jef-systems/jef-sales-invoices-backendTable:
jef-sales-invoices-customersSchema path:
dynamodb/jef-sales-invoices-customers/schema.jsonCommit:
2694fd4ff58676b340afcb9508a86bf1ab6bd95bGenerated at:
2026-04-04T19:57:49Z
Attributes¶
{
"pk": "string",
"tin": "string",
"entity_number": "string-4-digits-nonzerostart",
"name": "string",
"business_style": "string-optional",
"address": "string",
"email": "string-email-optional",
"phone": "string-optional",
"customer_type": "string-enum-INDIVIDUAL-CORPORATE-GOVERNMENT-SC-PWD",
"credit_limit": "number-two-decimals-optional",
"created": "string-iso8601",
"updated": "string-iso8601"
}
Main Index¶
{
"pk": "pk"
}
Raw Schema¶
{
"table": "jef-sales-invoices-customers",
"attributes": {
"pk": "string",
"tin": "string",
"entity_number": "string-4-digits-nonzerostart",
"name": "string",
"business_style": "string-optional",
"address": "string",
"email": "string-email-optional",
"phone": "string-optional",
"customer_type": "string-enum-INDIVIDUAL-CORPORATE-GOVERNMENT-SC-PWD",
"credit_limit": "number-two-decimals-optional",
"created": "string-iso8601",
"updated": "string-iso8601"
},
"main_index": {
"pk": "pk"
},
"gsi_1": {
"pk": "tin"
},
"gsi_2": {
"pk": "entity_number"
}
}