@@ -10,7 +10,7 @@ use Drupal\Core\TypedData\DataDefinition;
*
* @FieldType(
* id = "json_native_binary",
* label = @Translation("JSONB/JSON (stored as raw JSONB in PostgreSQL)"),
* label = @Translation("JSONB/JSON (raw)"),
* description = @Translation("Allows JSON data to be stored in the database. On PostgreSQL the data is stored in a JSONB column, on MySQL it uses a regular JSON column."),