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
sql: support NULL, add Default and Nullable to Column (#25)
* sql: added Default and Nullable fields to Column
* sql: Schema is now []*Column intead of []Column
* sql: added support for NULL
* sql: added support for IS NULL and IS NOT NULL