User pastebins: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "{| class="wikitable"  !Field Name !!Type !!Description |-  !id    |int(11)   |The unique id for user_pastebins |-  !user_id    |int(11) |User id of the user who created the paste...") | 
| (No difference) | 
Revision as of 01:00, 23 April 2018
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | The unique id for user_pastebins | 
| user_id | int(11) | User id of the user who created the pastebin*** | 
| short_form | varchar(255) | Short form of the pastebin | 
| long_form | text | Long form of the pastebin | 
| created_at | datetime | Stores the date and me of creation of this record | 
| updated_at | datetime | Stores the date and me of creation of this record | 
Back to Database Tables Main page.