会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wes_ws
博客园
首页
新随笔
联系
订阅
管理
2019年3月7日
Migration 使用
摘要: ### 多个DbContext 迁移 Add-Migration -context CostCenterContext ### 多个DbContext 更新 update-database -context CostCenterContext ### 生成DbContext脚本 Script-Mig
阅读全文
posted @ 2019-03-07 22:11 wes_ws
阅读(3920)
评论(0)
推荐(0)
编辑
2018年12月21日
sql 修改操作
摘要: 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年11月23日
转载微信链接
摘要: 2018新起点,程序员快速学习实操方法论。 案例 | 腾讯X沃尔玛,首个突破千万用户的小程序是怎样炼成的?
阅读全文
posted @ 2018-11-23 22:02 wes_ws
阅读(128)
评论(0)
推荐(0)
编辑
公告