User pastebins

From Expertiza_Wiki
Revision as of 01:00, 23 April 2018 by Smishra4 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.