gpt4 book ai didi

node.js - 如何在 node-pg-migrate 迁移中插入记录?

转载 作者:太空宇宙 更新时间:2023-11-03 23:50:52 24 4
gpt4 key购买 nike

我正在尝试使用 node-pg-migrate处理 ExpressJS 应用程序的迁移。我可以将大部分 SQL 转储转换为 pgm.func() 类型调用,但在我的解决方案中看不到任何处理初始数据的实际 INSERT 语句的方法查找表。

最佳答案

可以使用 pgm.sql捕获所有:

pgm.sql(`INSERT INTO users (username, password, created, forname, surname, department, reviewer, approver, active) VALUES
('rd@example.com', 'salty', '2019-12-31 11:00:00', 'Richard', 'Dyce', 'MDM', 'No', 'No', 'Yes');`)

请注意使用反引号 (`) 来允许跨多行分隔 SQL 语句。

关于node.js - 如何在 node-pg-migrate 迁移中插入记录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59545001/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com