diff --git a/data/en/cfqueryparam.json b/data/en/cfqueryparam.json index 5f208199f..7d5cbfe60 100644 --- a/data/en/cfqueryparam.json +++ b/data/en/cfqueryparam.json @@ -19,7 +19,7 @@ "name": "cfsqltype", "description": "SQL type that parameter (any type) is bound to. As of CF11+ or Lucee4.5+ you can omit the `cf_sql_` prefix. \nSee [CFSqlType Cheatsheet](https://cfdocs.org/cfsqltype-cheatsheet) for a mapping of CFSQL data types to DBMS data types.", "required": false, - "default": "", + "default": "CF_SQL_CHAR", "type": "string", "values": [ "cf_sql_bigint",