add: lengths to column indexes.

This commit is contained in:
Darshan 2025-06-12 16:17:27 +05:30
parent ffec769f4a
commit ad34cf3a62

View file

@ -42,6 +42,13 @@ class ColumnIndex extends Model
'example' => [],
'array' => true,
])
->addRule('lengths', [
'type' => self::TYPE_INTEGER,
'description' => 'Index columns length.',
'default' => [],
'example' => [],
'array' => true,
])
->addRule('orders', [
'type' => self::TYPE_STRING,
'description' => 'Index orders.',