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 edit summary |
||
Line 27: | Line 27: | ||
|} | |} | ||
== 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 [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Latest revision as of 01:03, 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 |
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.