摘要: ### 多个DbContext 迁移 Add-Migration -context CostCenterContext ### 多个DbContext 更新 update-database -context CostCenterContext ### 生成DbContext脚本 Script-Mig 阅读全文
posted @ 2019-03-07 22:11 wes_ws 阅读(3920) 评论(0) 推荐(0) 编辑
摘要: 1、修改字段名: alter table 表名 rename column A to B 2、修改字段类型: alter table 表名 alter column 字段名 type not null 3、修改字段默认值 alter table 表名 add default (0) for 字段名 阅读全文
posted @ 2018-12-21 16:10 wes_ws 阅读(1493) 评论(0) 推荐(0) 编辑
摘要: 2018新起点,程序员快速学习实操方法论。 案例 | 腾讯X沃尔玛,首个突破千万用户的小程序是怎样炼成的? 阅读全文
posted @ 2018-11-23 22:02 wes_ws 阅读(128) 评论(0) 推荐(0) 编辑