imranhossainemi / catalog_of_my_things

"Catalog of my things" should be a simple console app that allows users to manage collections of the things they own.
MIT License
1 stars 1 forks source link

[1pt] Create SQL query for Book class. - Team Member #1 #20

Open ikoote1 opened 1 year ago

ikoote1 commented 1 year ago
  1. Create a schema.sql file with tables that will be analogical to the structure of the classes that you created:
  • books table (add all properties and associations from the parent Item class as table columns)
    • labels table