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 effe638 commit 8d36d7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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 8d36d7b

Please sign in to comment.