summary refs log tree commit diff stats
path: root/macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme
diff options
context:
space:
mode:
Diffstat (limited to 'macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme')
0 files changed, 0 insertions, 0 deletions
id='n5' href='#n5'>5 6 7 8 9 10 11 12











                                                  
class CreateEntries < ActiveRecord::Migration[5.1]
  def change
    create_table :entries do |t|
      t.string :title
      t.text :body
      t.string :slug, null: false
      t.string :type, null: false

      t.timestamps
    end
  end
end