Hi. I have a table defined in exposed and I'm quer...
# exposed
j
Hi. I have a table defined in exposed and I'm querying many different SQLite dbs with this table in them. The problem is that some of these DBs are missing a column as they're from an older version of the software that generated them. How can I account for a missing column in my queries? Is there some way to provide a default value?