Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Aug 28, 2024
1 parent 8d36d7b commit 9e25efb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function up()
$table->text('content');
$table->string('image', '255')->nullable();
$table->integer('hit')->unsigned()->default(0);
$table->string('keywords', '100')->nullable()->comment('키워드');
$table->timestamps();
$table->softDeletes();
});
Expand Down

0 comments on commit 9e25efb

Please sign in to comment.