X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=db%2Fmigrate%2F20090304153209_create_orders.rb;h=3852118c80154da99121d231c372058159611534;hb=951fe14acc706a4c5ec043e20b3cbfee2b9754d6;hp=a0a15980830232d7ae7e8f46f552ec1ecc7974d7;hpb=3ac66882338fa1c3f6d73ba68093b7fcfb399574;p=depot.git diff --git a/db/migrate/20090304153209_create_orders.rb b/db/migrate/20090304153209_create_orders.rb index a0a1598..3852118 100644 --- a/db/migrate/20090304153209_create_orders.rb +++ b/db/migrate/20090304153209_create_orders.rb @@ -4,7 +4,7 @@ class CreateOrders < ActiveRecord::Migration t.string :name t.text :address t.string :email - t.string :pay_type + t.string :pay_type, :limit => 10 t.timestamps end