master
cody 4 months ago
parent 9cf34f8b90
commit 5c0cd1efa8

@ -36,6 +36,8 @@ return new class extends Migration {
$table->boolean('is_publish')->nullable()->comment('是否向用户发布');
// 地址
$table->string('address')->nullable()->comment('地址');
// 介绍
$table->text('introduce')->nullable()->comment('介绍');
$table->timestamps();
$table->softDeletes();
});

Loading…
Cancel
Save