function vote_up_down_schema in Vote Up/Down 6
Implementation of hook_schema().
File
- ./
vote_up_down.install, line 18 - The .install file, that contains the schema for the vote_up_down.module
Code
function vote_up_down_schema() {
return array();
}