-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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.