tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
777 stars 31 forks source link

Unique index with order #67

Closed vatsake closed 1 year ago

vatsake commented 1 year ago
$table->unique(['created_at desc', 'post_id']);
Undefined column: 7 ERROR:  column "created_at desc" named in key does not exist
tpetry commented 1 year ago

You have to use uniqueIndex instead of unique