Tag prompts: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "{| class="wikitable"  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default  |-  !prompt |varchar(255)   |Prompt of t...") | 
| (No difference) | 
Latest revision as of 22:58, 24 April 2018
| Name | Datatype | Description | 
|---|---|---|
| id | int(11) | Primary key of the entry in table, auto increments by default | 
| prompt | varchar(255) | Prompt of tag as text | 
| desc | varchar(255) | Description of tag as text | 
| control_type | varchar(255) | Type of control as text | 
| created_at | datetime | Time of creation of row | 
| updated_at | datetime | Time of updation of row | 
E/R diagram of tables referencing users table
The following image shows the tables referencing tag_prompts table
 
E/R diagram of tables users table is referencing to
The tag_prompts table is not referenced by any other tables Back to Database Tables Main page.