jef-store-products¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-productsSchema path:
dynamodb/jef-store-products/schema.jsonCommit:
99b0887e35e946655c1cd3b2fc261423c6ac470eGenerated at:
2026-04-29T12:13:10Z
Attributes¶
{
"jsin": "string",
"entity_number": "string",
"barcode": "string",
"name": "string",
"category": "string",
"price": "number",
"stock": "number",
"unit_label": "string",
"is_active": "boolean",
"created_at": "string",
"updated_at": "string"
}
Main Index¶
{
"pk": "jsin"
}
Raw Schema¶
{
"table": "jef-store-products",
"attributes": {
"jsin": "string",
"entity_number": "string",
"barcode": "string",
"name": "string",
"category": "string",
"price": "number",
"stock": "number",
"unit_label": "string",
"is_active": "boolean",
"created_at": "string",
"updated_at": "string"
},
"main_index": {
"pk": "jsin"
},
"gsi_1": {
"gsi_1_pk": "category",
"gsi_1_sk": "name"
}
}