version¶
- version ('type' => 'uuid')¶
- Path
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- Type
integer
- Scope
Display
The
version
option defines the UUID version to be used. Allowed values are4
,6
or7
. The default is4
. For more information about the different versions, have a look at the corresponding Symfony documentation.