Remi-1201 / mofmof

DIC課題 no.10 賃貸物件アプリケーション
0 stars 0 forks source link

2/ 賃貸物件の一覧、詳細、新規、編集画面に最寄り駅の実装を追加します #11

Open Remi-1201 opened 2 years ago

Remi-1201 commented 2 years ago

add colum property to nearest_stations table

rails g migration AddPropertyRefToNearest_stations  property:references
rails db:migrate