Can ColumnSnapshotGenerator handle MySQL datetime precision ?

Hi,

With liquibase-3.5.3,  I was trying to retrieve a datetime ( datetime(3) ) column schema info from MySQL and found out [ColumnSize] returned was always 19 but not the one I saw in db, e.g. 3 for datatime(3). Therefore, please advise what was going wrong ?

 

Also, from the logic, columnSize in DataType.class is directly assigned to CachedRow.getInt("COLUMN_SIZE"). So, any possibility of COLUMN_SIZE is not fully covering DATATIME_PRECISION in MySQL schema info ?