Preserve original column type while generating the migration
wolfy-j opened this issue · 2 comments
wolfy-j commented
Preserve original column type while generating the migration
wolfy-j commented
it doesn't work for json either. when I generate the migration from cycle annotations, it will already set text in the migration, so it will be borked when i run it on postgres
wolfy-j commented
So far it will reliably work if you run migrations on the same database type. Generating on migrations on SQLite will obfuscate schema data.