Application Key Dates

Application Key Dates

FieldTypeDescription
application_key_date_id 🔑INTEGERUnique identifier for the application key date.
agency_id 🔗INTEGERThe ID of the agency this application key date belongs to.
application_id 🔗INTEGERThe ID of the application this application key date belongs to.
key_date_slugSTRINGThe slug of the application key date.
key_date_nameSTRINGThe name of the application key date.
key_date_descriptionSTRINGThe description of the application key date.
dateDATEThe date of the application key date.
created_atTIMESTAMPThe date and time the application key date was created.
updated_atTIMESTAMPThe 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.