Changes between Version 3 and Version 4 of AppDesign/UseCase04
- Timestamp:
- 01/21/25 02:30:21 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDesign/UseCase04
v3 v4 15 15 4. User selects their payment method, and inputs their payment details. 16 16 5. System creates a new record in the post marketing requests table. 17 18 19 {{{ 20 INSERT INTO PostMarketingRequest (target_likes , target_comments , timeline , postid , date_created , status , userid , providerid) VALUES 21 (500, 50, '2025-02-05 00:00:00', 2, '2025-01-12 14:00:00', 'pending', 2, 2); 22 }}}