diff --git a/Unit_testing/Schema.php b/Unit_testing/Schema.php index d48e0c2..8b1a492 100644 --- a/Unit_testing/Schema.php +++ b/Unit_testing/Schema.php @@ -1053,7 +1053,7 @@ self::$reporter->report( Reporter::STATUS_TEST, "[[ %s.%s %s %s ]] ", array( ucfirst( strtolower( $this->getTableName() ) ), ucfirst( strtolower( $columnName ) ), - ( $columnType === 'NUMBER' ) ? 'precision' : 'length', + ( $columnType === 'NUMBER' ) ? 'precision and scale' : 'length', $lengthSpec ) ); if ( $columnType === 'NUMBER' )