Update 2025_03_19_022553_add_pinned_columns_statuses_table.php

pull/5914/head
Daniel Supernault 1 year ago
parent c9a0fe0026
commit f70e0b4ae0
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('statuses', function (Blueprint $table) {
$table->integer('pinned_order')->nullable()->default(null);
$table->tinyInteger('pinned_order')->nullable()->default(null)->index();
});
}

Loading…
Cancel
Save