Migration DatabaseTasks
create_current # 对应 rake db:create
create_all # 对应 rake db:create:all
drop_current # 对应 rake db:drop
drop_all # 对应 rake db:drop:all
purge_current # 对应 rake db:purge
purge_all # 对应 rake db:purge:all
migrate # 对应 rake db:migrate
charset_current # 对应 rake db:charset
collation_current # 对应 rake db:collationcharset
check_schema_file
collation
create
current_config
db_dir
drop
env
fixtures_path
load_schema, load_schema_current
load_seed
migrations_paths
purge
register_task
root
seed_loader
structure_dump, structure_load最后更新于