Survey deployments
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | The unique record id, auto-incremented | 
| questionnaire_id | int(11) | Stores the ID of the questionaire | 
| start_date | datetime | Stores the start date of the deployment | 
| end_date | datetime | Stores the end date of the deployment | 
| last_reminder | datetime | Stores the last reminder date of the deployment | 
| parent_id | int(11) | Stores the ID of the parent survey ID | 
| global_survey_id | int(11) | Stores the global survey ID | 
| type | varchar(255) | Stores the type of survey | 
E/R diagram of tables referencing survey_deployments table
This table is not referred by any other table in the database
E/R diagram of tables survey_deployments table is referencing to
The system_settings table is referenced by the following tables
 
Back to Database Tables Main page.