Hi all, I'm working with SQLite and EntityFrameworkCore and I'm having problems.
My database has tables with int values and DateTime values. When I execute the scaffold command to convert the tables of the database to models in .NET Framework, my colums of type int are being converted to long and my columns of type DateTime to string in models. As far as I know, SQLite doesn't work with DateTime, it saves that types as string, integers or other values, but I don't know what it's happening with int types. Does anyone know why int types are converted to long types? Thanks! _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users