Skip to content

Instantly share code, notes, and snippets.

@catalogchoice
Created May 19, 2011 16:53
Show Gist options
  • Save catalogchoice/981213 to your computer and use it in GitHub Desktop.
Save catalogchoice/981213 to your computer and use it in GitHub Desktop.
def self.up
create_table(:product) do |t|
t.integer :bigbig
end
change_column :product, :bigbig, :bigint
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment