初始化
Enable-migrations
迁移
Add-Migration Donator_Add_CreationTime
执行操作
UpDate-database
撤销更改
Update-Database -TargetMigration Donator_Add_CreationTime