|
|
|
|
@ -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();
|
|
|
|
|
});
|
|
|
|
|
|