Questionnaire types: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |id of the questionnaire type |- !name |varchar(255) |specifies the type information of the qu...")
 
(No difference)

Latest revision as of 19:53, 17 May 2016

Field Name Type Description
id int(11) id of the questionnaire type
name varchar(255) specifies the type information of the questionnaire For Ex:Rubric,Survey,Global Survey etc.


Back to Database Tables Main page.