diff --git a/docs/en/reference/transactions-and-concurrency.rst b/docs/en/reference/transactions-and-concurrency.rst index 1b79adc57..c962232e6 100644 --- a/docs/en/reference/transactions-and-concurrency.rst +++ b/docs/en/reference/transactions-and-concurrency.rst @@ -214,8 +214,8 @@ example we'll use an integer. type: entity fields: version: - version: - type: integer + type: integer + version: true Alternatively a datetime type can be used (which maps to a SQL timestamp or datetime):