Checks if the specified column has the specified size.
Parameters
$column_name
- The name of the column.
$size
- The expected size of the column.
Returns
boolean
true
if the specified column has the specified size, false
otherwise.
Throws
InvalidArgumentException
If the column doesn't exists.
Exception
If the size of the column could not de retrieved.