1
0
mirror of synced 2025-03-06 21:06:16 +03:00

Fix incorrect YAML example for versioning a field.

This commit is contained in:
Richard Henry 2017-04-15 00:11:39 +01:00
parent 7c5b27da2c
commit 6b6c300319

View File

@ -214,8 +214,8 @@ example we'll use an integer.
type: entity type: entity
fields: fields:
version: version:
version: type: integer
type: integer version: true
Alternatively a datetime type can be used (which maps to a SQL Alternatively a datetime type can be used (which maps to a SQL
timestamp or datetime): timestamp or datetime):