Changes between Version 8 and Version 9 of P5
- Timestamp:
- 04/07/26 23:05:30 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P5
v8 v9 1 1 = Normalization and design improvements 2 2 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. 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. 4 4 The changes I made follow the format (relation_name_specification): 5 5 6 content → story_content, chapter_content, comment_content, notification_content, list_content 7 6 8 created_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 7 10 updated_at → user_updated_at, story_updated_at, chapter_updated_at, list_updated_at, comment_updated_at 11 8 12 name → user_name, genre_name, list_name 9 13
