jef-caferimo-product-milk-options

Source

  • Repository: jef-systems/jef-caferimo-backend

  • Table: jef-caferimo-product-milk-options

  • Schema path: dynamodb/jef-caferimo-product-milk-options/schema.json

  • Commit: f38252639861c015a1bc372c34c910ebb65db848

  • Generated at: 2026-05-03T15:52:25Z

Attributes

{
  "entity_number": "string",
  "product_milk_option_id": "string",
  "product_number": "string",
  "product_name": "string",
  "milk_number": "string",
  "milk_name": "string",
  "price": "number",
  "sort_order": "number",
  "is_default": "boolean",
  "is_active": "boolean",
  "is_deleted": "boolean",
  "deleted_at": "string",
  "created_at": "string",
  "updated_at": "string",
  "schema_version": "number",
  "version": "number"
}

Main Index

{
  "pk": "product_milk_option_id"
}

Raw Schema

{
  "table": "jef-caferimo-product-milk-options",
  "attributes": {
    "entity_number": "string",
    "product_milk_option_id": "string",
    "product_number": "string",
    "product_name": "string",
    "milk_number": "string",
    "milk_name": "string",
    "price": "number",
    "sort_order": "number",
    "is_default": "boolean",
    "is_active": "boolean",
    "is_deleted": "boolean",
    "deleted_at": "string",
    "created_at": "string",
    "updated_at": "string",
    "schema_version": "number",
    "version": "number"
  },
  "main_index": {
    "pk": "product_milk_option_id"
  },
  "gsi_1": {
    "gsi_1_pk": "product_number",
    "gsi_1_sk": "sort_order"
  }
}