Changes between Version 19 and Version 20 of ImportantUseCase0
- Timestamp:
- 01/05/24 12:32:28 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase0
v19 v20 16 16 [[Image(image3.png)]] 17 17 {{{ 18 INSERT INTO project.roles 19 ("type") 20 VALUES('admin'), 21 ('standard'), 22 ('manager'), 23 ('employee'); 24 }}} 25 {{{ 18 26 INSERT INTO project.users 19 27 ("name", lastname, email, password, "number", role_id, jobs_id)