|
|
@@ -13,8 +13,7 @@ return new class extends Migration
|
|
|
*/
|
|
|
public function up()
|
|
|
{
|
|
|
- Schema::dropIfExists('activity_rewards');
|
|
|
-
|
|
|
+ Schema::dropIfExists('activity_user');
|
|
|
Schema::create('activity_user', function (Blueprint $table) {
|
|
|
$table->engine = 'InnoDB';
|
|
|
$table->id();
|