When running a report using the Schema module ( https://www.drupal.org/project/schema ), I see some entries regarding the Brightcove module:

brightcove

brightcove_callback
primary key:
declared: array('id')
actual: array('hash')

field_sql_storage

field_data_field_brightcove_video
column field_brightcove_video_bcid - difference on: default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE, 'default' => 0)

field_revision_field_brightcove_video
column field_brightcove_video_bcid - difference on: default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE, 'default' => 0)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jaydee1818 created an issue.