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