日常生活的交流与学习

首页 新随笔 联系 管理

2023年9月3日 #

摘要: # `MagicVilla_VillaAPI/MagicVilla_VillaAPI.csproj` ```csproj net7.0 enable enable ..\packages runtime; build; native; contentfiles; analyzers; buildtr 阅读全文
posted @ 2023-09-03 17:39 lazycookie 阅读(27) 评论(0) 推荐(0) 编辑

摘要: # sqlite触发器 我看到你在使用 Entity Framework Core 和 SQLite 数据库,想让别墅实体的 `UpdatedDate` 属性在更新时自动生成。这是一个使用 Code First 的问题,关于如何配置实体属性的值生成策略(Value Generation Strate 阅读全文
posted @ 2023-09-03 16:26 lazycookie 阅读(188) 评论(0) 推荐(0) 编辑

摘要: # 基本命令 EF Core的迁移(Migration)是一种用于管理数据库架构变化的功能,它可以根据你的数据模型自动生成和执行数据库创建或者更新的SQL语句。EF Core提供了一些命令行工具,让你可以方便地操作迁移。以下是一些常用的迁移命令: - `dotnet ef migrations ad 阅读全文
posted @ 2023-09-03 16:26 lazycookie 阅读(209) 评论(0) 推荐(0) 编辑