db/migrate/20121101121639_add_token_to_project.rb (
5
lines of code) (
raw
):
class AddTokenToProject < ActiveRecord::Migration def change add_column :projects, :token, :string, null: true end end