jef-layer-farm-batches

Source

  • Repository: jef-systems/jef-layer-farm-backend

  • Table: jef-layer-farm-batches

  • Schema path: dynamodb/jef-layer-farm-batches/schema.json

  • Commit: 7f297d307eb645e8b4276237f16373d917758d0e

  • Generated at: 2026-04-27T20:33:31Z

Attributes

{
  "id": "string",
  "entity_number": "string",
  "batch_number": "string",
  "batch_name": "string",
  "house": "string",
  "start_date": "string",
  "end_date": "string",
  "initial_population": "number",
  "current_population": "number",
  "is_active": "boolean",
  "notes": "string",
  "created_at": "string",
  "updated_at": "string",
  "idempotency_key": "string"
}

Main Index

{
  "pk": "id"
}

Raw Schema

{
  "table": "jef-layer-farm-batches",
  "attributes": {
    "id": "string",
    "entity_number": "string",
    "batch_number": "string",
    "batch_name": "string",
    "house": "string",
    "start_date": "string",
    "end_date": "string",
    "initial_population": "number",
    "current_population": "number",
    "is_active": "boolean",
    "notes": "string",
    "created_at": "string",
    "updated_at": "string",
    "idempotency_key": "string"
  },
  "main_index": {
    "pk": "id"
  },
  "gsi_1": {
    "gsi_1_pk": "entity_number",
    "gsi_1_sk": "start_date"
  }
}