issues
search
orozCoding
/
catalog-of-my-things
1
stars
1
forks
source link
Create authors and game tables
#45
Closed
TimmyChan99
closed
2 years ago
TimmyChan99
commented
2 years ago
In this PR I:
Created a schema.sql file with tables that will be analogical to the structure of the classes that you created:
game table with all properties and associations from the parent Item class as table columns.
authors table.
Closes issue #24
In this PR I:
Closes issue #24