摘要:
AbpVnext使用mysql数据生成迁移文件时,输入Add-Migration "First_Migration",Update-Database时报错“BLOB/TEXT column 'Value' used in key specification without a key length” 阅读全文
摘要:
1.添加mysql环境变量 2.执行mysql命令 命令集合 mysql -u root -p 登入mysql ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; #修改加密规则 ALTER US 阅读全文
摘要:
public static class MyProjectNameDbContextModelCreatingExtensions { public static void ConfigureMyProjectName(this ModelBuilder builder) { Check.NotNu 阅读全文