Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Create index descending not working

$
0
0
Hi everybody.

I tried to create an index and to tell it the sorting order to be descending. This is what I tried:
      <changeSet author="agageonea" id="index_test">
<createIndex tableName="test" indexName="test_index">
<column name="id"/>
<column name="clientid" descending="true"/>
</createIndex>
</changeSet>

I got this error: Attribute 'descending' is not allowed to appear in element 'column'

Any help or advice on what I'm doing wrong?

Cheers

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>