SQLite command error
set language SQL and EFCore SQLite DB connection defined and UI can show Tables and schemas very well.
PRAGMA table_info(Cars);
error:
Type of value has a mismatch with column typeCouldn't store <''> in dflt_value Column. Expected type is Byte[].
any idea?
Comments
DB Browser Tool has no issues displaying it:

I use this table via EFCore, seems I need to investigate into this dflt_value thing?