mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
class CreateBikeStatuses < ActiveRecord::Migration |
|||
def change |
|||
create_table :bike_statuses do |t| |
|||
t.string "status" |
|||
t.timestamps |
|||
end |
|||
end |
|||
end |
Loading…
Reference in new issue