2020-05-01 / 5219阅 / 悠然
Check column matches criteria.
Uses the SQL DESC for retrieving the table info for the column. It will help understand the parameters, if you do more research>
(string)
(Required)
Table name
(string)
(Required)
Column name
(string)
(Required)
Column type
(bool)
(Optional)
Check is null.
Default value: null
(mixed)
(Optional)
Key info.
Default value: null
(mixed)
(Optional)
Default value.
Default value: null
(mixed)
(Optional)
Extra value.
Default value: null
(bool) True, if matches. False, if not matching.