cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Enforce uniqueness on event registration codes #60

Closed mikemolenda closed 7 years ago

mikemolenda commented 7 years ago

MySQL should allow a column to be both unique and contain nulls.

mikemolenda commented 7 years ago

Add 1062 error to add event & update event: the reg code should be the only column on which uniqueness is enforced

mikemolenda commented 7 years ago

Fixed 5/18/17 (Pull Request #64)