1.we should change the column type from character(30) to varchar(30) because it is the syntax in database
2. Here the column active type is Boolean so for Boolean there is only true or false but not integers like 0 or 1
3. Here maybe the table column is missing or even null it shows error here
Thank you