Changes between Version 4 and Version 5 of AppDesign/UseCase03


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDesign/UseCase03

    v4 v5  
    1818{{{
    1919-- Insert into Profile Marketing Request Table
    20 INSERT INTO ProfileMarketingRequest (target_followers , timeline , profileid , date_created, status, userid , providerid) VALUES
    21 (3000, '2025-02-01 00:00:00', 1, '2025-01-10 12:00:00', 'pending', 1, 1);
     20INSERT INTO ProfileMarketingRequest (target_followers , timeline , profileid , date_created, status, userid , providerid)
     21VALUES (3000, '2025-02-01 00:00:00', 1, '2025-01-10 12:00:00', 'pending', 1, 1);
    2222}}}