ohyajk / ruby-capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4pts]Implement Schema

Tekhlay opened this issue · comments

  • Create a schema.sql file with tables that will be analogical to the structure of the classes that you created:
    • games table (add all properties and associations from the parent Item class as table columns)
    • authors table