allfiction100806210913 / protospace-38460

0 stars 0 forks source link

README

users table

Column Type Options
email string null: false
password string null: false
name string null: false
profile text null: false
occupation text null: false
position text null: false

Association

comments table

Column Type Options
contents string null: false
prototype references null: false
user references null: false

Association

prototypes table

Column Type Options
title text null: false
catch_copy text null: false
concept text null: false
user references null: false

Association

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover: