deciphyrx
deciphyrx
TTCTheo's Typesafe Cult
Created by BREAD on 9/13/2023 in #questions
DatePicker for react-native
7 replies
DTDrizzle Team
Created by deciphyrx on 5/26/2023 in #help
Int to Float or Double db:push
drizzle-kit: v0.18.1
drizzle-orm: v0.26.0

No config path provided, using default 'drizzle.config.ts'
Reading config file 'C:\Users\dg10m\Desktop\New folder\Bobbll\packages\db\drizzle.config.ts'
Reading schema files:
C:\Users\dg10m\Desktop\New folder\Bobbll\packages\db\schema.ts

· You're about to change salary_lower column type from alter_table_alter_column_set_type to float with 31 items
· You're about to change salary_upper column type from alter_table_alter_column_set_type to float with 31 items


THIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED

Do you still want to push changes?
drizzle-kit: v0.18.1
drizzle-orm: v0.26.0

No config path provided, using default 'drizzle.config.ts'
Reading config file 'C:\Users\dg10m\Desktop\New folder\Bobbll\packages\db\drizzle.config.ts'
Reading schema files:
C:\Users\dg10m\Desktop\New folder\Bobbll\packages\db\schema.ts

· You're about to change salary_lower column type from alter_table_alter_column_set_type to float with 31 items
· You're about to change salary_upper column type from alter_table_alter_column_set_type to float with 31 items


THIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED

Do you still want to push changes?
Yes it did, but I'm just wondering what's the best way to do it if not with db:push 🙂
4 replies