TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Data Migrations with Prisma

1 点作者 dkpk超过 1 年前
Let’s consider the following example:<p>On an existing model “User”, I’ve added a non-nullable column with a default value.<p>This table has data in production and now I want to basically run a data migration to fill up existing records.<p>I can get away by writing a one off script and executing it on production database locally, but I am looking for a solution that I can integrate with CI pipeline.

暂无评论

暂无评论