class CreateProfiles < ActiveRecord::Migration
def change
create_table :profiles do |t|
t.string :username
t.string :slug
t.timestamps
end