wrangler
wrangler copied to clipboard
modifying execute API to get column nullability state
Wrangler will now have two types of columns : Nullable and Non-nullable. This PR handles all the code changes that are required to set the column as Nullable or Non-nullable (column Nullability state).