Closed vatsake closed 1 year ago
$table->unique(['created_at desc', 'post_id']); Undefined column: 7 ERROR: column "created_at desc" named in key does not exist
You have to use uniqueIndex instead of unique
uniqueIndex
unique