1# create the database 2rails db:create 3 4# run the migrations 5rails db:migrate 6 7# prepopulate the database with initial/default data ...
確定! 回上一頁