Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created September 16, 2013 21:45
Show Gist options
  • Save dreamr/6587022 to your computer and use it in GitHub Desktop.
Save dreamr/6587022 to your computer and use it in GitHub Desktop.
create_table "bonds", :force => true do |t|
t.string "currency"
t.string "display_name"
t.decimal "current_yield", :precision => 19, :scale => 4
t.decimal "previous_yield", :precision => 19, :scale => 4
t.datetime "close_date"
t.string "ric"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment