diff --git a/docs/data-modeling/schema-design.rst b/docs/data-modeling/schema-design.rst index f9dfaeb46..1587d531e 100644 --- a/docs/data-modeling/schema-design.rst +++ b/docs/data-modeling/schema-design.rst @@ -24,7 +24,7 @@ and query performance. description text ); -In this example, for the "price" column, we've chosen the decimal data type. +In this example, for the``price`` column, we've chosen the decimal data type. This data type is suitable for storing precise numerical values, such as prices, as it preserves decimal precision. Choosing decimal over other numeric data types like float or double is