Checks whether the specified column's default is set to the current date.
public Boolean isColumnCurrentDate(String name)
name The name of the column.
True if the column has a current date default, or false otherwise.