Changes between Version 3 and Version 4 of AppDesign/UseCase02
- Timestamp:
- 01/21/25 02:29:43 (33 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDesign/UseCase02
v3 v4 15 15 {{{ 16 16 INSERT INTO SocialMediaProfile (platform, user_name, account_type, followers_count, userid) VALUES 17 ('Twitter', 'user1_twitter', 'public', 1500, 1) 17 ('Twitter', 'user1_twitter', 'public', 1500, 1); 18 18 }}}