1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 00:33:23 -05: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 1aa3b16636

View File

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