getTable('talk_attendees'); $table->addColumn('last_attendee_activity', Types::BIGINT, [ 'default' => 0, 'unsigned' => true, ]); return $schema; } }