Mwapsam / ruby-capstone

In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] Team member #1: Create a Schema file

VSeray opened this issue · comments

  • 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