Hello , When i run my project, and when DO go for build the schema, i go an error like above "Type unknown is not supported.". My project has around 150 tables. but it does't specify any tables name or field name. I know that there is mismatch of field data type and DO model. but in exception, it does't display any field or table name. So there is any way to find , that which tables or field has mismatching the data type. If yes then please lead me and help me out. |
Hello Mukesh Tiwari, This usually happens when DO cannot recognize the type of some column on extracting schema structure. When DO creates tables from scratch it uses only types it can recognize later on so the cause is something that was put to the schema by something or somebody else. Could you tell me the type of RDBMS (MS SQL Server, MySQL, ORACLE etc.) and the version of it? |