If I use an enums as one of the fields it works fine as long as I'm using postgres, but if I enable mssql then it complains ToSql trait hasn't been implemented.
I'm not using this specific WeldsModel for mssql so it shouldn't matter. Is there a way to restrict a model to a specific database?