jef-store-customers

Source

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

  • Table: jef-store-customers

  • Schema path: dynamodb/jef-store-customers/schema.json

  • Commit: ef122d835b3e5d3dc87da703e938f5411e2112c6

  • Generated at: 2026-05-04T15:54:25Z

Attributes

{
  "entity_number": "string",
  "customer_number": "string",
  "customer_name": "string",
  "phone": "string",
  "email": "string",
  "address_label": "string",
  "address_line_1": "string",
  "barangay": "string",
  "city": "string",
  "province": "string",
  "postal_code": "string",
  "notes": "string",
  "is_active": "boolean",
  "is_deleted": "boolean",
  "deleted_at": "string",
  "created_at": "string",
  "updated_at": "string",
  "idempotency_key": "string",
  "schema_version": "number",
  "version": "number"
}

Main Index

{
  "pk": "customer_number"
}

Raw Schema

{
  "table": "jef-store-customers",
  "attributes": {
    "entity_number": "string",
    "customer_number": "string",
    "customer_name": "string",
    "phone": "string",
    "email": "string",
    "address_label": "string",
    "address_line_1": "string",
    "barangay": "string",
    "city": "string",
    "province": "string",
    "postal_code": "string",
    "notes": "string",
    "is_active": "boolean",
    "is_deleted": "boolean",
    "deleted_at": "string",
    "created_at": "string",
    "updated_at": "string",
    "idempotency_key": "string",
    "schema_version": "number",
    "version": "number"
  },
  "main_index": {
    "pk": "customer_number"
  },
  "gsi_1": {
    "gsi_1_pk": "entity_number",
    "gsi_1_sk": "customer_name"
  }
}