the schema module reports the error: video.vidfile is type text and may not have a default value
what is the exact error you got send me with line number? what is the process u did?
install the schema module http://drupal.org/project/schema
check the report status
the database schema comparison report provide this warning: video.vidfile is type text and may not have a default value (http://www.dovesciare.it/drupal/admin/build/schema/compare)
details: column vidfile - difference on: default declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE, 'default' => '') actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE)
Comments
Comment #1
hypertext200what is the exact error you got send me with line number? what is the process u did?
Comment #2
kimlop commentedinstall the schema module http://drupal.org/project/schema
check the report status
the database schema comparison report provide this warning: video.vidfile is type text and may not have a default value (http://www.dovesciare.it/drupal/admin/build/schema/compare)
details:
column vidfile - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE)
Comment #3
iLLin commented