Similar to how you can
upsertHelper.CreateSchema();
it would be neat if there was a
upsertHelper.ValidateSchema(validateDataType: true, validateTable: true);
which would then validate that the current layout of the row class matches the table and data type schema already present in the database.
Similar to how you can
it would be neat if there was a
which would then validate that the current layout of the row class matches the table and data type schema already present in the database.