Data model

"add_dependents"."DEPENDENT_DRAFT" {
  shape: sql_table
  "id": UUID {constraint: primary_key}
  "actor_global_user_id": VARCHAR(255) 
  "birth_date": DATE 
  "dependent_profile_id": UUID 
  "dependent_type": VARCHAR(255) 
  "first_name": VARCHAR(255) 
  "gender": VARCHAR(16) 
  "pending_approval_request_id": UUID 
  "pet_breed": VARCHAR(255) 
  "pet_identification_number": VARCHAR(255) 
  "pet_species": VARCHAR(255) 
  "signature_submitted_at": DATETIME 
}
"withdrawal"."WITHDRAWAL_RECORD" {
  shape: sql_table
  "id": UUID {constraint: primary_key}
  "custom_reason": VARCHAR(2000) 
  "reason": VARCHAR(255) 
  "subject_id": VARCHAR(255) 
  "subject_type": VARCHAR(255) 
  "user_id": VARCHAR(255) 
  "withdrawn_at": DATETIME 
}
Hold "Alt" / "Option" to enable pan & zoom