DesignOpen / board

A board of open projects searching for designers.
9 stars 1 forks source link

Scaffold models #7

Closed ngovkevin closed 9 years ago

ngovkevin commented 9 years ago

Created scaffold models based on the uml diagram. Below are table details:

User table: id - integer - primary key name - string github - string

Post table: id - integer - primary key title - string summary - text url - text issue - text contact_info- text user_id - integer - foreign key

GarthDB commented 9 years ago

@ngovkevin it looks like there are some conflicts. Could you merge the current master and push to this branch again?

davidweinfls commented 9 years ago

Let's add a new relation table and then merge.

ngovkevin commented 9 years ago

Thanks David!!