hasTable('social_cache_actor')) { $table = $schema->getTable('social_cache_actor'); if (!$table->hasColumn('details_update')) { $table->addColumn( 'details_update', Types::DATETIME, [ 'notnull' => false ] ); } } return $schema; } }