Addresses
Addresses
Field | Type | Description |
---|---|---|
person_id 🔗 | INTEGER | The ID of the person |
address_id 🔗 | STRING | The ID of the address |
type | ARRAY | The type of address |
start_date | TIMESTAMP | The start date of the person living at the address |
end_date | TIMESTAMP | The end date of the person living at the address |
created_at | TIMESTAMP | The date and time the address was created |
updated_at | TIMESTAMP | The date and time the address was last updated |
Key Information
Foreign Keys
person_id
- The ID of the personaddress_id
- The ID of the address
Updated 6 days ago