activity
This commit is contained in:
parent
69a60b156f
commit
a9d942cf01
@ -13,7 +13,7 @@ class TableCommunityActivitySponsor extends Migration
|
|||||||
*/
|
*/
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('ufutx_community_activities', function (Blueprint $table) {
|
Schema::table('community_activities', function (Blueprint $table) {
|
||||||
$table->string("sponsor", 191)->nullable()->comment("举办方")->after("class");
|
$table->string("sponsor", 191)->nullable()->comment("举办方")->after("class");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -25,7 +25,7 @@ class TableCommunityActivitySponsor extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('ufutx_community_activities', function (Blueprint $table) {
|
Schema::table('community_activities', function (Blueprint $table) {
|
||||||
$table->dropColumn("sponsor");
|
$table->dropColumn("sponsor");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user