Changes between Version 4 and Version 5 of UseCase3


Ignore:
Timestamp:
12/12/24 21:49:34 (5 weeks ago)
Author:
211228
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase3

    v4 v5  
    1212INSERT INTO Dorm_Document (d_id, d_comment, d_status, upload_date, file_path, emp_id, student_id)
    1313VALUES
    14     (1, 'Room allocation document', 'Approved', '2024-01-10', '/path/to/doc1.pdf', 4, 1),
     14    (1, 'Room allocation document', 'Pending', '2024-01-10', '/path/to/doc1.pdf', 4, 1),
    1515    (2, 'Payment confirmation', 'Pending', '2024-02-15', '/path/to/doc2.pdf', 4, 2);
    1616}}}