You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're going to have .transform() work correctly against more complex schemas we're going to have to parse the CREATE TABLE statement to figure out what check constraints have been defined (and maybe comments as well).
Split from:
If we're going to have
.transform()work correctly against more complex schemas we're going to have to parse theCREATE TABLEstatement to figure out what check constraints have been defined (and maybe comments as well).