Application Key Dates
Application Key Dates
Field | Type | Description |
---|---|---|
application_key_date_id 🔑 | INTEGER | Unique identifier for the application key date. |
agency_id 🔗 | INTEGER | The ID of the agency this application key date belongs to. |
application_id 🔗 | INTEGER | The ID of the application this application key date belongs to. |
key_date_slug | STRING | The slug of the application key date. |
key_date_name | STRING | The name of the application key date. |
key_date_description | STRING | The description of the application key date. |
date | DATE | The date of the application key date. |
created_at | TIMESTAMP | The date and time the application key date was created. |
updated_at | TIMESTAMP | The date and time the application key date was updated. |
Key Information
Primary Keys
application_key_date_id
- Unique identifier for the application key date.
Foreign Keys
agency_id
- The ID of the agency this application key date belongs to.application_id
- The ID of the application this application key date belongs to.
Updated 6 days ago