table('extension_wuliu_express'); $table->addColumn('name', 'string', ['limit' => 255, 'comment' => '快递公司名称']) ->addColumn('code', 'string', ['limit' => 255, 'comment' => '快递公司编码']) ->addIndex('code', ['unique' => true]) ->create(); } }