User pastebins
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.