rails db:create

rails dbconsole
rails db

rails g model Diary title:string body:text

rails db:migrate

rails db:fixtures:load