Enhancement
Major
Detail
Major
Detail
Enhancement
For a reference-value attribute, the column for storage can be specified in the model, but not for a primitive attribute.
Enhancement
Definition of the "storage attribute" at tl:PrimitiveStorage.
Application
#!xml <property name="index" type="tl.core:Integer" > <annotations> <storage-algorithm> <primitive-storage storage-attribute="order" /> </storage-algorithm> </annotations> </property>
Test
- See #26724 - The index property is mapped to persistence via the order column.