function semantic_fields_schema in Semantic Fields 7
Implements hook_schema().
File
- ./
semantic_fields.install, line 5
Code
function semantic_fields_schema() {
// This should always point to our 'current' schema. This makes it relatively easy
// to keep a record of schema as we make changes to it.
return semantic_fields_schema_1();
}