Skip to content
Snippets Groups Projects
Commit 72b6f77b authored by David Hammond's avatar David Hammond
Browse files

Update code

parent 6e336f12
No related branches found
No related tags found
No related merge requests found
## User Story
(As a ... I want ... so that ...)
## Development Tasks
### Frontend
- [ ] (Task)
### Backend
- [ ] (Task)
### Database
- [ ] (Task)
## Acceptance Criteria
- [ ] (Criteria)
## Definition of Ready
- [ ] (Ready)
## Definition of Done
- [ ] (Done)
......@@ -92,7 +92,10 @@ create table if not exists linked_complaint (
CREATE TABLE notification (
id INT PRIMARY KEY AUTO_INCREMENT,
customerId INT,
message VARCHAR(255)
);
message VARCHAR(255),
username VARCHAR(255),
status VARCHAR(255),
commentTitle VARCHAR(255),
complaintTitle VARCHAR(255),
_date VARCHAR(255)
);
\ No newline at end of file
package com.project.cms.register;
public class UserServiceImp {
}
package com.project.cms.register;public class UserTest {
}
package com.project.cms.register;public class vald {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment