调整简历+文章增加外链

This commit is contained in:
2021-12-01 16:22:50 +08:00
parent ce6b658841
commit 67b4f16455
6 changed files with 41 additions and 27 deletions

View File

@@ -18,9 +18,9 @@ class CreateResumesTable extends Migration
$table->unsignedBigInteger('category_id')->index();
$table->unsignedBigInteger('group_id')->index();
$table->string('name');
$table->string('cover');
$table->string('cover')->nullable();
$table->json('information')->comment('基本信息');
$table->text('content')->comment('简历');
$table->text('content')->nullable()->comment('简历');
$table->string('direction')->comment('研究方向');
$table->text('outcome')->comment('代表成果');
$table->text('project')->comment('承担科研项目情况');