Changes between Version 17 and Version 18 of P2


Ignore:
Timestamp:
07/02/26 18:31:30 (3 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P2

    v17 v18  
    17174. **WRITER** (**__{{{user_ID*}}}__** (USER))
    1818
    19 5. **STORY** (**__{{{story_ID}}}__**, {{{mature_content}}}, {{{short_description}}}, {{{image}}}, {{{story_content}}}, **__{{{user_ID*}}}__** (WRITER), {{{story_created_at}}}, {{{story_updated_at}}})
     195. **STORY** (**__{{{story_ID}}}__**,{{{title}}}, {{{mature_content}}}, {{{short_description}}}, {{{image}}}, {{{story_content}}}, **__{{{user_ID*}}}__** (WRITER), {{{story_created_at}}}, {{{story_updated_at}}})
    2020   * status (multi-valued attribute, see table **STATUS**)
    2121
     
    24247. **CHAPTER** (**__{{{chapter_ID}}}__**, {{{chapter_number}}}, {{{chapter_name}}}, {{{title}}}, {{{chapter_content}}}, {{{word_count}}}, {{{rating}}}, {{{published_at}}}, {{{view_count}}}, **__{{{story_ID*}}}__** (STORY), {{{chapter_created_at}}}, {{{chapter_updated_at}}})
    2525
    26 8. **GENRE** (**__{{{genre_ID}}}__**, {{{name}}})
     268. **GENRE** (**__{{{genre_ID}}}__**, {{{genre_name}}})
    2727
    28289. **READING_LIST** (**__{{{list_ID}}}__**, {{{list_name}}}, {{{list_content}}}, {{{is_public}}}, **__{{{user_ID*}}}__** (USER), {{{list_created_at}}}, {{{list_updated_at}}})
    2929
    30 10. **NOTIFICATION** (**__{{{notification_ID}}}__**, {{{notification_content}}}, {{{is_read}}}, {{{notification_created_at}}})
     3010. **NOTIFICATION** (**__{{{notification_ID}}}__**, {{{notification_content}}}, {{{is_read}}},**__{{{recipient_user_ID*}}}__** (USER), {{{link}}},{{{notification_created_at}}})
    3131    * content_type (multi-valued attribute, see table **CONTENT_TYPE**)
    3232
     
    6363=== DML script for inserting data in the tables ===
    6464
     65
    6566[wiki:dmlScript.sql DML script]
    6667