getTable('activity_mq'); } catch (SchemaException $e) { return null; } $table->addColumn('object_type', Types::STRING, [ 'notnull' => false, 'length' => 255, ]); $table->addColumn('object_id', Types::BIGINT, [ 'notnull' => true, 'length' => 20, 'default' => 0, ]); return $schema; } }