Update
parent
65bbf49cdc
commit
750aba389f
|
|
@ -15,7 +15,7 @@ class CreateAddressesTable extends Migration
|
||||||
{
|
{
|
||||||
Schema::create('addresses', function (Blueprint $table) {
|
Schema::create('addresses', function (Blueprint $table) {
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->unsignedBigInteger('user_id')->comment('地区ID');
|
$table->unsignedBigInteger('user_id')->comment('用户ID');
|
||||||
$table->unsignedBigInteger('zone_id')->comment('地区ID');
|
$table->unsignedBigInteger('zone_id')->comment('地区ID');
|
||||||
$table->string('consignee')->comment('收件人');
|
$table->string('consignee')->comment('收件人');
|
||||||
$table->string('telephone')->comment('联系电话');
|
$table->string('telephone')->comment('联系电话');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue