Advertisement
Guest User

Untitled

a guest
May 25th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.24 KB | None | 0 0
  1. class CreateResults < ActiveRecord::Migration
  2.   def change
  3.     create_table :results do |t|
  4.         t.string "result", :limit => 40
  5.         t.string "cal", :limit => 40
  6.         t.string "sum",:limit => 300
  7.       t.timestamps
  8.     end
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement