cse442-fall-2019-offering/442projects-the_null_terminators

Create Event tag table in current database

Opened this issue · 1 comments

Create a new table named 'tags' in the database consisting of event tag names (string), unique ids (int), and the color of the tag (string: hex code).

** Unit Test: **

  • DatabaseTest.testAddGetDeleteTag()

Run unit tests in IDE through Gradle