Changes between Version 4 and Version 5 of AppDesign/UseCase04


Ignore:
Timestamp:
01/21/25 02:30:35 (32 hours ago)
Author:
211585
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDesign/UseCase04

    v4 v5  
    1818
    1919{{{
    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);
     20INSERT INTO PostMarketingRequest (target_likes , target_comments , timeline , postid , date_created , status , userid , providerid)
     21VALUES (500, 50, '2025-02-05 00:00:00', 2, '2025-01-12 14:00:00', 'pending', 2, 2);
    2222}}}