| 501 | | id_type => { columns => [ $id_field, 'type' ] }, |
| 502 | | id_type_vchar => { columns => [ $id_field, 'type', 'vchar_idx' ] }, |
| 503 | | id_type_vdt => { columns => [ $id_field, 'type', |
| 504 | | 'vdatetime_idx' ] }, |
| 505 | | id_type_vint => { columns => [ $id_field, 'type', |
| 506 | | 'vinteger_idx' ] }, |
| 507 | | id_type_vflt => { columns => [ $id_field, 'type', |
| 508 | | 'vfloat_idx' ] }, |
| | 501 | id_type => { columns => [ $id_field, 'type' ] }, |
| | 502 | type_vchar => { columns => [ 'type', 'vchar_idx' ] }, |
| | 503 | type_vdt => { columns => [ 'type', 'vdatetime_idx' ] }, |
| | 504 | type_vint => { columns => [ 'type', 'vinteger_idx' ] }, |
| | 505 | type_vflt => { columns => [ 'type', 'vfloat_idx' ] }, |