Changes between Version 3 and Version 4 of AppDesign/UseCase01


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDesign/UseCase01

    v3 v4  
    1414
    1515INSERT INTO app_user (username , email, password, contact_details) VALUES
    16 ('user1', 'user1@example.com', 'password123', '123-456-7890')
     16('user1', 'user1@example.com', 'password123', '123-456-7890');
    1717}}}