mirror of
https://github.com/fspc/bike-database.git
synced 2025-12-25 11:45:35 -05:00
6 lines
117 B
Ruby
6 lines
117 B
Ruby
class AddFixedAtToBikes < ActiveRecord::Migration
|
|
def change
|
|
add_column :bikes, :fixed_at, :datetime
|
|
end
|
|
end
|