Changes between Version 4 and Version 5 of AppDesign/UseCase03
- Timestamp:
- 01/21/25 02:30:50 (33 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDesign/UseCase03
v4 v5 18 18 {{{ 19 19 -- Insert into Profile Marketing Request Table 20 INSERT INTO ProfileMarketingRequest (target_followers , timeline , profileid , date_created, status, userid , providerid) VALUES21 (3000, '2025-02-01 00:00:00', 1, '2025-01-10 12:00:00', 'pending', 1, 1);20 INSERT INTO ProfileMarketingRequest (target_followers , timeline , profileid , date_created, status, userid , providerid) 21 VALUES (3000, '2025-02-01 00:00:00', 1, '2025-01-10 12:00:00', 'pending', 1, 1); 22 22 }}}