function tripal_cv_schema

2.x tripal_cv.install tripal_cv_schema()
3.x tripal_cv.install tripal_cv_schema()
1.x tripal_cv.install tripal_cv_schema()

Implements hook_schema().

File

legacy/tripal_cv/tripal_cv.install, line 66
Contains functions executed only on install/uninstall of this module

Code

function tripal_cv_schema() {
  $schema['tripal_cv_defaults'] = tripal_chado_tripal_cv_defaults_schema();
  return $schema;
}