1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00

Want mm as integer for sorting purposes.

This commit is contained in:
Jason Denney 2013-11-11 17:43:17 -05:00
parent af05d1a0c6
commit 8cefa1dca5

View File

@ -1,8 +1,8 @@
class CreateBikeWheelSizes < ActiveRecord::Migration class CreateBikeWheelSizes < ActiveRecord::Migration
def up def up
create_table(:bike_wheel_sizes) do |t| create_table(:bike_wheel_sizes) do |t|
t.string :twmm t.integer :twmm
t.string :rdmm t.integer :rdmm
t.string :twin t.string :twin
t.string :rdin t.string :rdin
t.string :twfr t.string :twfr