digitallyinduced / ihp

🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
https://ihp.digitallyinduced.com/
MIT License
4.92k stars 195 forks source link

CREATE_TYPE before creating columns in migrations with enums #1609

Open peterbuckley17 opened 1 year ago

peterbuckley17 commented 1 year ago

The migration placed the CREATE_TYPE statement after the ALTER_TABLE statements, which meant it couldn't find the type I was using for the column

mpscholten commented 1 year ago

I tried to reproduce the issue, but only got this as the generated migration:

image

Are you on the latest IHP version?