Open khalilst opened 3 years ago
This PR removes MOST of the column type methods and handle them using __call method. It will support the probably missing types.
__call
And it reduced files size from 8360 to 4415 (46% lower) and line count from 348 to 175 (49% lower).
46%
49%
This PR removes MOST of the column type methods and handle them using
__call
method. It will support the probably missing types.And it reduced files size from 8360 to 4415 (
46%
lower) and line count from 348 to 175 (49%
lower).