table('message_notifications') ->addColumn('admin_id', 'integer', ['null' => true, 'after' => 'user_id', 'comment' => '管理员ID']) ->update(); } }