suggested changes

This commit is contained in:
shlok007 2017-06-06 20:04:39 +05:30
parent ac85bad9b3
commit 3fb316482c
10 changed files with 176 additions and 110 deletions

View file

@ -1,7 +1,7 @@
class CreateOrganizations < ActiveRecord::Migration
def change
create_table :organizations do |t|
t.string :name
t.string :name, null: false
t.text :description
t.string :picture
end