enhancement
major
minor
major
minor
enhancement
For a reference-type attribute, you can specify the column for storage in the model; for a primitive attribute, you cannot.
Improvement
Definition of the "Storage attribute" in tl:PrimitiveStorage.
Usage
#!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 the " order " column in persistence.