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 |
E/R diagram of tables referencing user_pastebins table
This table is not referencing any table in the database
E/R diagram of tables user_pastebins table is referencing to
The user_pastebins table is not referenced by any other tables
Back to Database Tables Main page.