jef-sales-invoices-allowed-customers¶
Source¶
Repository:
jef-systems/jef-sales-invoices-backendTable:
jef-sales-invoices-allowed-customersSchema path:
dynamodb/jef-sales-invoices-allowed-customers/schema.jsonCommit:
2694fd4ff58676b340afcb9508a86bf1ab6bd95bGenerated at:
2026-04-04T19:57:49Z
Attributes¶
{
"pk": "string",
"sk": "string",
"created": "string-iso8601",
"created_by": "string"
}
Main Index¶
{
"pk": "pk",
"sk": "sk"
}
Raw Schema¶
{
"table": "jef-sales-invoices-allowed-customers",
"attributes": {
"pk": "string",
"sk": "string",
"created": "string-iso8601",
"created_by": "string"
},
"main_index": {
"pk": "pk",
"sk": "sk"
}
}