jef-hardware-customers¶
Source¶
Repository:
jef-systems/jef-hardware-backendTable:
jef-hardware-customersSchema path:
dynamodb/jef-hardware-customers/schema.jsonCommit:
c6eac377eca83927a29247335878086a7dc47059Generated at:
2026-04-27T15:13:18Z
Attributes¶
{
"pk": "string",
"customer_id": "string",
"customer_name": "string",
"contact_number": "string",
"email": "string",
"address": "string",
"government_id_type": "string",
"government_id_number": "string",
"active": "boolean",
"updated_at": "string"
}
Main Index¶
{
"pk": "customer_id"
}
Raw Schema¶
{
"table": "jef-hardware-customers",
"attributes": {
"pk": "string",
"customer_id": "string",
"customer_name": "string",
"contact_number": "string",
"email": "string",
"address": "string",
"government_id_type": "string",
"government_id_number": "string",
"active": "boolean",
"updated_at": "string"
},
"main_index": {
"pk": "customer_id"
}
}