cannot cast type smallint to boolean django

Solutions on MaxInterview for cannot cast type smallint to boolean django by the best coders in the world

showing results for - "cannot cast type smallint to boolean django"
Nena
09 Jun 2020
1# if the existing data is not that important for you, you can delete the column and create a new one
2
3# 1. first step remove currency from you model and apply migration
4# 2. add again the currency with the new definition and apply again the migration