Skip to content

Commit

Permalink
Added icon field for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
balajidharma committed Feb 18, 2024
1 parent 3d6407c commit dc98820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/create_menu_tables.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class CreateMenuTables extends Migration
$table->unsignedBigInteger('parent_id')->nullable();
$table->integer('weight')->default(0);
$table->boolean('enabled')->default(1);
$table->text('icon')->nullable();
$table->timestamps();
});
}
Expand Down

0 comments on commit dc98820

Please sign in to comment.