Skip to content

Instantly share code, notes, and snippets.

@isterin
Created December 13, 2010 22:38
Show Gist options
  • Save isterin/739725 to your computer and use it in GitHub Desktop.
Save isterin/739725 to your computer and use it in GitHub Desktop.
class CreateAssets < ActiveRecord::Migration
def self.up
create_table :assets do |t|
t.date :manufacturing_date
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment