Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #95 by setting a proper unique index and adjusting column lengths… (
#96) * Fix #95 by setting a proper unique index and adjusting column lengths while we're at it ALTER TABLE ATTENDANCE_RECORD_T MODIFY COLUMN USER_ID varchar(99), MODIFY COLUMN STATUS varchar(20), ADD UNIQUE INDEX user_record(USER_ID, A_EVENT_ID);
- Loading branch information