Migration control summary
The logic of the various migration arguments are summarized in this pseudo-code:
if DAL.migrate_enabled and table.migrate:
if DAL.fake_migrate_all or table.fake_migrate:
perform fake migration
else:
perform migration
本文档使用 BookStack 构建