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:
parent
af05d1a0c6
commit
1aa3b16636
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user