|
@@ -4,7 +4,18 @@
|
|
* @todo Add file header description
|
|
* @todo Add file header description
|
|
*/
|
|
*/
|
|
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -55,8 +66,48 @@ function tripal_natural_diversity_chado_nd_experiment_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_2_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_2_nd_experiment() {
|
|
|
|
+ $description = array();
|
|
|
|
+
|
|
|
|
+ $description = array(
|
|
|
|
+ 'referring_tables' => array(
|
|
|
|
+ 'nd_experiment_contact',
|
|
|
|
+ 'nd_experiment_dbxref',
|
|
|
|
+ 'nd_experiment_genotype',
|
|
|
|
+ 'nd_experiment_phenotype',
|
|
|
|
+ 'nd_experiment_project',
|
|
|
|
+ 'nd_experiment_protocol',
|
|
|
|
+ 'nd_experiment_pub',
|
|
|
|
+ 'nd_experiment_stock',
|
|
|
|
+ 'nd_experimentprop'
|
|
|
|
+ ),
|
|
|
|
+ );
|
|
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_contact_schema() {
|
|
|
|
|
|
+ return $description;
|
|
|
|
+}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_contact table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_contact() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -99,8 +150,18 @@ function tripal_natural_diversity_chado_nd_experiment_contact_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_dbxref_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_dbxref table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_dbxref() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -143,8 +204,18 @@ function tripal_natural_diversity_chado_nd_experiment_dbxref_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_genotype_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_genotype table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_genotype() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -187,8 +258,18 @@ function tripal_natural_diversity_chado_nd_experiment_genotype_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_phenotype_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_phenotype table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_phenotype() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -231,8 +312,18 @@ function tripal_natural_diversity_chado_nd_experiment_phenotype_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_project_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_project table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_project() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -275,8 +366,18 @@ function tripal_natural_diversity_chado_nd_experiment_project_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_protocol_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_protocol table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_protocol() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -319,8 +420,18 @@ function tripal_natural_diversity_chado_nd_experiment_protocol_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_pub_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_pub table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_pub() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -363,8 +474,18 @@ function tripal_natural_diversity_chado_nd_experiment_pub_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_stock_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_stock table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stock() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -418,8 +539,41 @@ function tripal_natural_diversity_chado_nd_experiment_stock_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_2_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_stock table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_2_nd_experiment_stock() {
|
|
|
|
+ $description = array();
|
|
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_stockprop_schema() {
|
|
|
|
|
|
+ $description = array(
|
|
|
|
+ 'referring_tables' => array(
|
|
|
|
+ 'nd_experiment_stock_dbxref',
|
|
|
|
+ 'nd_experiment_stockprop',
|
|
|
|
+ ),
|
|
|
|
+ );
|
|
|
|
+
|
|
|
|
+ return $description;
|
|
|
|
+}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_stockprop table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stockprop() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -469,8 +623,18 @@ function tripal_natural_diversity_chado_nd_experiment_stockprop_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experiment_stock_dbxref_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experiment_stock_dbxref table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stock_dbxref() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -513,8 +677,18 @@ function tripal_natural_diversity_chado_nd_experiment_stock_dbxref_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_experimentprop_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_experimentprop table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_experimentprop() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -564,8 +738,18 @@ function tripal_natural_diversity_chado_nd_experimentprop_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_geolocation_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_geolocation table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_geolocation() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -602,8 +786,41 @@ function tripal_natural_diversity_chado_nd_geolocation_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_2_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_geolocation table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_2_nd_geolocation() {
|
|
|
|
+ $description = array();
|
|
|
|
|
|
-function tripal_natural_diversity_chado_nd_geolocationprop_schema() {
|
|
|
|
|
|
+ $description = array(
|
|
|
|
+ 'referring_tables' => array(
|
|
|
|
+ 'nd_experiment',
|
|
|
|
+ 'nd_geolocationprop'
|
|
|
|
+ ),
|
|
|
|
+ );
|
|
|
|
+
|
|
|
|
+ return $description;
|
|
|
|
+}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_geolocationprop table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_geolocationprop() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -653,8 +870,18 @@ function tripal_natural_diversity_chado_nd_geolocationprop_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_protocol_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_protocol table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_protocol() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -681,8 +908,42 @@ function tripal_natural_diversity_chado_nd_protocol_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_2_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_protocol table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_2_nd_protocol() {
|
|
|
|
+ $description = array();
|
|
|
|
+
|
|
|
|
+ $description = array(
|
|
|
|
+ 'referring_tables' => array(
|
|
|
|
+ 'nd_experiment_protocol',
|
|
|
|
+ 'nd_protocol_reagent',
|
|
|
|
+ 'nd_protocolprop'
|
|
|
|
+ ),
|
|
|
|
+ );
|
|
|
|
|
|
-function tripal_natural_diversity_chado_nd_protocol_reagent_schema() {
|
|
|
|
|
|
+ return $description;
|
|
|
|
+}
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_protocol_reagent table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_protocol_reagent() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -735,8 +996,18 @@ function tripal_natural_diversity_chado_nd_protocol_reagent_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_protocolprop_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_protocolprop table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_protocolprop() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -786,8 +1057,18 @@ function tripal_natural_diversity_chado_nd_protocolprop_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_reagent_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_reagent table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_reagent() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -826,8 +1107,18 @@ function tripal_natural_diversity_chado_nd_reagent_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_reagent_relationship_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_reagent_relationship table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_reagent_relationship() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|
|
@@ -872,8 +1163,18 @@ function tripal_natural_diversity_chado_nd_reagent_relationship_schema() {
|
|
|
|
|
|
return $description;
|
|
return $description;
|
|
}
|
|
}
|
|
-
|
|
|
|
-function tripal_natural_diversity_chado_nd_reagentprop_schema() {
|
|
|
|
|
|
+/**
|
|
|
|
+ * Implements hook_chado_schema_v1_11_table()
|
|
|
|
+ *
|
|
|
|
+ * Purpose: To add descriptions and foreign keys to default table description
|
|
|
|
+ * Note: This array will be merged with the array from all other implementations
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ * Array describing the nd_reagentprop table
|
|
|
|
+ *
|
|
|
|
+ * @ingroup tripal_schema_api
|
|
|
|
+ */
|
|
|
|
+function tripal_natural_diversity_chado_schema_v1_11_nd_reagentprop() {
|
|
$description = array();
|
|
$description = array();
|
|
|
|
|
|
$description = array(
|
|
$description = array(
|