error db
kimlop - November 10, 2009 - 09:12
| Project: | Video |
| Version: | 6.x-2.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
the schema module reports the error: video.vidfile is type text and may not have a default value

#1
what is the exact error you got send me with line number? what is the process u did?
#2
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)