djarran
DTDrizzle Team
•Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
Found a similar issue and updated it with my findings on this issue:
https://github.com/drizzle-team/drizzle-kit-mirror/issues/177
6 replies
DTDrizzle Team
•Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
here is the column for the table:
export const cateringOrders = pgTable('catering_orders', {
fulfillmentDate: timestamp('fulfillment_date', { precision: 6, withTimezone: true }),
});
6 replies
DTDrizzle Team
•Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
Only difference between the two column types is a space between timestamp and (6)
6 replies
DTDrizzle Team
•Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
Attached is a link to a GitHub Issue that says the issue has been fixed
https://github.com/drizzle-team/drizzle-kit-mirror/issues/59
6 replies
DTDrizzle Team
•Created by djarran on 10/1/2023 in #help
Drizzle Kit: Push Wants to Update Unchanged Column Type
Title of the other post: "drizzle-kit: push wants to change column type that hasn't changed"
6 replies
DTDrizzle Team
•Created by NotLuksus on 8/2/2023 in #help
ReferenceError: Cannot access 'addon' before initialization
Wanted to confirm the above advice worked. Thank you @hotshoe for the further questions, really saved me a lot of time. And thanks to Angelelz for answering!
32 replies