开发者

About create tables in migration with ROR

开发者 https://www.devze.com 2023-02-25 15:26 出处:网络
How to start migration database code. please tell me bri开发者_C百科efly with code?To create database

How to start migration database code. please tell me bri开发者_C百科efly with code?


To create database

rake db:create

To run migrations

rake db:migrate

Some useful information

http://guides.rubyonrails.org/migrations.html#running-migrations

0

精彩评论

暂无评论...
验证码 换一张
取 消