Changes between Version 8 and Version 9 of P5


Ignore:
Timestamp:
04/07/26 23:05:30 (6 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P5

    v8 v9  
    11= Normalization and design improvements
    22
    3 In my initial DDL design, several entities shared the same attribute names, so I renamed them to make the design clearer and eliminate any ambiguous information.
     3In my initial DDL design, several entities shared the same attribute names, so I renamed them to make the design clearer and eliminate any ambiguous information. 
    44The changes I made follow the format (relation_name_specification):
     5
    56content → story_content, chapter_content, comment_content, notification_content, list_content
     7
    68created_at → user_created_at, story_created_at, chapter_created_at, list_created_at, notification_created_at, like_created_at, comment_created_at, collab_created_at, suggestion_created_at
     9
    710updated_at → user_updated_at, story_updated_at, chapter_updated_at, list_updated_at, comment_updated_at
     11
    812name → user_name, genre_name, list_name
    913