# This migration comes from beerify (originally 20130805210910) class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :firstname t.string :lastname t.string :type t.string :username t.timestamps end end end