Tripal v1.0 (6.x-1.0)
tripal_natural_diversity.schema.inc
Go to the documentation of this file.
00001 <?php
00023 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment() {
00024   $description = array();
00025 
00026   $description = array(
00027     'table' => 'nd_experiment',
00028     'fields' => array(
00029       'nd_experiment_id' => array(
00030         'type' => 'serial',
00031         'not null' => '1',
00032       ),
00033       'type_id' => array(
00034         'type' => 'int',
00035         'not null' => '1',
00036       ),
00037       'nd_geolocation_id' => array(
00038         'type' => 'int',
00039         'not null' => '1',
00040       ),
00041     ),
00042     'primary key' => array(
00043       '0' => 'nd_experiment_id',
00044     ),
00045     'foreign keys' => array(
00046       'nd_geolocation' => array(
00047         'table' => 'nd_geolocation',
00048         'columns' => array(
00049           'nd_geolocation_id' => 'nd_geolocation_id',
00050         ),
00051       ),
00052       'cvterm' => array(
00053         'table' => 'cvterm',
00054         'columns' => array(
00055           'type_id' => 'cvterm_id',
00056         ),
00057       ),
00058     ),
00059     'referring_tables' => array(
00060       'nd_experiment_contact',
00061       'nd_experiment_dbxref',
00062       'nd_experiment_genotype',
00063       'nd_experiment_phenotype',
00064       'nd_experiment_project',
00065       'nd_experiment_protocol',
00066       'nd_experiment_pub',
00067       'nd_experiment_stock',
00068       'nd_experimentprop'
00069     ),
00070   );
00071 
00072   return $description;
00073 }
00085 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_contact() {
00086   $description = array();
00087 
00088   $description = array(
00089     'table' => 'nd_experiment_contact',
00090     'fields' => array(
00091       'nd_experiment_contact_id' => array(
00092         'type' => 'serial',
00093         'not null' => '1',
00094       ),
00095       'contact_id' => array(
00096         'type' => 'int',
00097         'not null' => '1',
00098       ),
00099       'nd_experiment_id' => array(
00100         'type' => 'int',
00101         'not null' => '1',
00102       ),
00103     ),
00104     'primary key' => array(
00105       '0' => 'nd_experiment_contact_id',
00106     ),
00107     'foreign keys' => array(
00108       'nd_experiment' => array(
00109         'table' => 'nd_experiment',
00110         'columns' => array(
00111           'nd_experiment_id' => 'nd_experiment_id',
00112         ),
00113       ),
00114       'contact' => array(
00115         'table' => 'contact',
00116         'columns' => array(
00117           'contact_id' => 'contact_id',
00118         ),
00119       ),
00120     ),
00121     'referring_tables' => array(
00122 
00123     ),
00124   );
00125 
00126   return $description;
00127 }
00139 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_dbxref() {
00140   $description = array();
00141 
00142   $description = array(
00143     'table' => 'nd_experiment_dbxref',
00144     'fields' => array(
00145       'nd_experiment_dbxref_id' => array(
00146         'type' => 'serial',
00147         'not null' => '1',
00148       ),
00149       'dbxref_id' => array(
00150         'type' => 'int',
00151         'not null' => '1',
00152       ),
00153       'nd_experiment_id' => array(
00154         'type' => 'int',
00155         'not null' => '1',
00156       ),
00157     ),
00158     'primary key' => array(
00159       '0' => 'nd_experiment_dbxref_id',
00160     ),
00161     'foreign keys' => array(
00162       'nd_experiment' => array(
00163         'table' => 'nd_experiment',
00164         'columns' => array(
00165           'nd_experiment_id' => 'nd_experiment_id',
00166         ),
00167       ),
00168       'dbxref' => array(
00169         'table' => 'dbxref',
00170         'columns' => array(
00171           'dbxref_id' => 'dbxref_id',
00172         ),
00173       ),
00174     ),
00175     'referring_tables' => array(
00176 
00177     ),
00178   );
00179 
00180   return $description;
00181 }
00193 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_genotype() {
00194   $description = array();
00195 
00196   $description = array(
00197     'table' => 'nd_experiment_genotype',
00198     'fields' => array(
00199       'nd_experiment_genotype_id' => array(
00200         'type' => 'serial',
00201         'not null' => '1',
00202       ),
00203       'genotype_id' => array(
00204         'type' => 'int',
00205         'not null' => '1',
00206       ),
00207       'nd_experiment_id' => array(
00208         'type' => 'int',
00209         'not null' => '1',
00210       ),
00211     ),
00212     'primary key' => array(
00213       '0' => 'nd_experiment_genotype_id',
00214     ),
00215     'foreign keys' => array(
00216       'nd_experiment' => array(
00217         'table' => 'nd_experiment',
00218         'columns' => array(
00219           'nd_experiment_id' => 'nd_experiment_id',
00220         ),
00221       ),
00222       'genotype' => array(
00223         'table' => 'genotype',
00224         'columns' => array(
00225           'genotype_id' => 'genotype_id',
00226         ),
00227       ),
00228     ),
00229     'referring_tables' => array(
00230 
00231     ),
00232   );
00233 
00234   return $description;
00235 }
00247 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_phenotype() {
00248   $description = array();
00249 
00250   $description = array(
00251     'table' => 'nd_experiment_phenotype',
00252     'fields' => array(
00253       'nd_experiment_phenotype_id' => array(
00254         'type' => 'serial',
00255         'not null' => '1',
00256       ),
00257       'phenotype_id' => array(
00258         'type' => 'int',
00259         'not null' => '1',
00260       ),
00261       'nd_experiment_id' => array(
00262         'type' => 'int',
00263         'not null' => '1',
00264       ),
00265     ),
00266     'primary key' => array(
00267       '0' => 'nd_experiment_phenotype_id',
00268     ),
00269     'foreign keys' => array(
00270       'nd_experiment' => array(
00271         'table' => 'nd_experiment',
00272         'columns' => array(
00273           'nd_experiment_id' => 'nd_experiment_id',
00274         ),
00275       ),
00276       'phenotype' => array(
00277         'table' => 'phenotype',
00278         'columns' => array(
00279           'phenotype_id' => 'phenotype_id',
00280         ),
00281       ),
00282     ),
00283     'referring_tables' => array(
00284 
00285     ),
00286   );
00287 
00288   return $description;
00289 }
00301 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_project() {
00302   $description = array();
00303 
00304   $description = array(
00305     'table' => 'nd_experiment_project',
00306     'fields' => array(
00307       'nd_experiment_project_id' => array(
00308         'type' => 'serial',
00309         'not null' => '1',
00310       ),
00311       'project_id' => array(
00312         'type' => 'int',
00313         'not null' => '1',
00314       ),
00315       'nd_experiment_id' => array(
00316         'type' => 'int',
00317         'not null' => '1',
00318       ),
00319     ),
00320     'primary key' => array(
00321       '0' => 'nd_experiment_project_id',
00322     ),
00323     'foreign keys' => array(
00324       'nd_experiment' => array(
00325         'table' => 'nd_experiment',
00326         'columns' => array(
00327           'nd_experiment_id' => 'nd_experiment_id',
00328         ),
00329       ),
00330       'project' => array(
00331         'table' => 'project',
00332         'columns' => array(
00333           'project_id' => 'project_id',
00334         ),
00335       ),
00336     ),
00337     'referring_tables' => array(
00338 
00339     ),
00340   );
00341 
00342   return $description;
00343 }
00355 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_protocol() {
00356   $description = array();
00357 
00358   $description = array(
00359     'table' => 'nd_experiment_protocol',
00360     'fields' => array(
00361       'nd_experiment_protocol_id' => array(
00362         'type' => 'serial',
00363         'not null' => '1',
00364       ),
00365       'protocol_id' => array(
00366         'type' => 'int',
00367         'not null' => '1',
00368       ),
00369       'nd_experiment_id' => array(
00370         'type' => 'int',
00371         'not null' => '1',
00372       ),
00373     ),
00374     'primary key' => array(
00375       '0' => 'nd_experiment_protocol_id',
00376     ),
00377     'foreign keys' => array(
00378       'nd_experiment' => array(
00379         'table' => 'nd_experiment',
00380         'columns' => array(
00381           'nd_experiment_id' => 'nd_experiment_id',
00382         ),
00383       ),
00384       'protocol' => array(
00385         'table' => 'protocol',
00386         'columns' => array(
00387           'protocol_id' => 'protocol_id',
00388         ),
00389       ),
00390     ),
00391     'referring_tables' => array(
00392 
00393     ),
00394   );
00395 
00396   return $description;
00397 }
00409 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_pub() {
00410   $description = array();
00411 
00412   $description = array(
00413     'table' => 'nd_experiment_pub',
00414     'fields' => array(
00415       'nd_experiment_pub_id' => array(
00416         'type' => 'serial',
00417         'not null' => '1',
00418       ),
00419       'pub_id' => array(
00420         'type' => 'int',
00421         'not null' => '1',
00422       ),
00423       'nd_experiment_id' => array(
00424         'type' => 'int',
00425         'not null' => '1',
00426       ),
00427     ),
00428     'primary key' => array(
00429       '0' => 'nd_experiment_pub_id',
00430     ),
00431     'foreign keys' => array(
00432       'nd_experiment' => array(
00433         'table' => 'nd_experiment',
00434         'columns' => array(
00435           'nd_experiment_id' => 'nd_experiment_id',
00436         ),
00437       ),
00438       'pub' => array(
00439         'table' => 'pub',
00440         'columns' => array(
00441           'pub_id' => 'pub_id',
00442         ),
00443       ),
00444     ),
00445     'referring_tables' => array(
00446 
00447     ),
00448   );
00449 
00450   return $description;
00451 }
00463 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stock() {
00464   $description = array();
00465 
00466   $description = array(
00467     'table' => 'nd_experiment_stock',
00468     'fields' => array(
00469       'nd_experiment_stock_id' => array(
00470         'type' => 'serial',
00471         'not null' => '1',
00472       ),
00473       'stock_id' => array(
00474         'type' => 'int',
00475         'not null' => '1',
00476       ),
00477       'nd_experiment_id' => array(
00478         'type' => 'int',
00479         'not null' => '1',
00480       ),
00481       'type_id' => array(
00482         'type' => 'int',
00483         'not null' => '1',
00484       ),
00485     ),
00486     'primary key' => array(
00487       '0' => 'nd_experiment_stock_id',
00488     ),
00489     'foreign keys' => array(
00490       'nd_experiment' => array(
00491         'table' => 'nd_experiment',
00492         'columns' => array(
00493           'nd_experiment_id' => 'nd_experiment_id',
00494         ),
00495       ),
00496       'stock' => array(
00497         'table' => 'stock',
00498         'columns' => array(
00499           'stock_id' => 'stock_id',
00500         ),
00501       ),
00502       'cvterm' => array(
00503         'table' => 'cvterm',
00504         'columns' => array(
00505           'type_id' => 'cvterm_id',
00506         ),
00507       ),
00508     ),
00509     'referring_tables' => array(
00510       'nd_experiment_stock_dbxref',
00511       'nd_experiment_stockprop',
00512     ),
00513   );
00514 
00515   return $description;
00516 }
00528 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stockprop() {
00529   $description = array();
00530 
00531   $description = array(
00532     'table' => 'nd_experiment_stockprop',
00533     'fields' => array(
00534       'nd_experiment_stockprop_id' => array(
00535         'type' => 'serial',
00536         'not null' => '1',
00537       ),
00538       'nd_experiment_stock_id' => array(
00539         'type' => 'int',
00540         'not null' => '1',
00541       ),
00542       'type_id' => array(
00543         'type' => 'int',
00544         'not null' => '1',
00545       ),
00546       'value' => array(
00547         'type' => 'varchar',
00548       ),
00549       'rank' => array(
00550         'type' => 'int',
00551         'not null' => 1,
00552         'default' => 1
00553       ),
00554     ),
00555     'primary key' => array(
00556       '0' => 'nd_experiment_stockprop_id',
00557     ),
00558     'foreign keys' => array(
00559       'nd_experiment_stock' => array(
00560         'table' => 'nd_experiment_stock',
00561         'columns' => array(
00562           'nd_experiment_stock_id' => 'nd_experiment_stock_id',
00563         ),
00564       ),
00565       'cvterm' => array(
00566         'table' => 'cvterm',
00567         'columns' => array(
00568           'type_id' => 'cvterm_id',
00569         ),
00570       ),
00571     ),
00572     'referring_tables' => array(
00573     ),
00574   );
00575 
00576   return $description;
00577 }
00589 function tripal_natural_diversity_chado_schema_v1_11_nd_experiment_stock_dbxref() {
00590   $description = array();
00591 
00592   $description = array(
00593     'table' => 'nd_experiment_stock_dbxref',
00594     'fields' => array(
00595       'nd_experiment_stock_dbxref_id' => array(
00596         'type' => 'serial',
00597         'not null' => '1',
00598       ),
00599       'nd_experiment_stock_id' => array(
00600         'type' => 'int',
00601         'not null' => '1',
00602       ),
00603       'dbxref_id' => array(
00604         'type' => 'int',
00605         'not null' => '1',
00606       ),
00607     ),
00608     'primary key' => array(
00609       '0' => 'nd_experiment_stock_dbxref_id',
00610     ),
00611     'foreign keys' => array(
00612       'nd_experiment_stock' => array(
00613         'table' => 'nd_experiment_stock',
00614         'columns' => array(
00615           'nd_experiment_stock_id' => 'nd_experiment_stock_id',
00616         ),
00617       ),
00618       'dbxref' => array(
00619         'table' => 'dbxref',
00620         'columns' => array(
00621           'dbxref_id' => 'dbxref_id',
00622         ),
00623       ),
00624     ),
00625     'referring_tables' => array(
00626 
00627     ),
00628   );
00629 
00630   return $description;
00631 }
00643 function tripal_natural_diversity_chado_schema_v1_11_nd_experimentprop() {
00644   $description = array();
00645 
00646   $description = array(
00647     'table' => 'nd_experimentprop',
00648     'fields' => array(
00649       'nd_experimentprop_id' => array(
00650         'type' => 'serial',
00651         'not null' => '1',
00652       ),
00653       'nd_experiment_id' => array(
00654         'type' => 'int',
00655         'not null' => '1',
00656       ),
00657       'type_id' => array(
00658         'type' => 'int',
00659         'not null' => '1',
00660       ),
00661       'value' => array(
00662         'type' => 'varchar',
00663       ),
00664       'rank' => array(
00665         'type' => 'int',
00666         'not null' => 1,
00667         'default' => 1
00668       ),
00669     ),
00670     'primary key' => array(
00671       '0' => 'nd_experimentprop_id',
00672     ),
00673     'foreign keys' => array(
00674       'nd_experiment' => array(
00675         'table' => 'nd_experiment',
00676         'columns' => array(
00677           'nd_experiment_id' => 'nd_experiment_id',
00678         ),
00679       ),
00680       'cvterm' => array(
00681         'table' => 'cvterm',
00682         'columns' => array(
00683           'type_id' => 'cvterm_id',
00684         ),
00685       ),
00686     ),
00687     'referring_tables' => array(
00688     ),
00689   );
00690 
00691   return $description;
00692 }
00704 function tripal_natural_diversity_chado_schema_v1_11_nd_geolocation() {
00705   $description = array();
00706 
00707   $description = array(
00708     'table' => 'nd_reagent',
00709     'fields' => array(
00710       'nd_geolocation_id' => array(
00711         'type' => 'serial',
00712         'not null' => '1',
00713       ),
00714       'description' => array(
00715         'type' => 'varchar'
00716       ),
00717       'latitude' => array(
00718         'type' => 'real',
00719       ),
00720       'longitude' => array(
00721         'type' => 'real',
00722       ),
00723       'altitude' => array(
00724         'type' => 'real',
00725       ),
00726       'geodetic_datum' => array(
00727         'type' => 'varchar',
00728       ),
00729     ),
00730     'primary key' => array(
00731       '0' => 'nd_geolocation_id',
00732     ),
00733     'referring_tables' => array(
00734       'nd_experiment',
00735       'nd_geolocationprop'
00736     ),
00737   );
00738 
00739   return $description;
00740 }
00752 function tripal_natural_diversity_chado_schema_v1_11_nd_geolocationprop() {
00753   $description = array();
00754 
00755   $description = array(
00756     'table' => 'nd_geolocationprop',
00757     'fields' => array(
00758       'nd_geolocationprop_id' => array(
00759         'type' => 'serial',
00760         'not null' => '1',
00761       ),
00762       'nd_geolocation_id' => array(
00763         'type' => 'int',
00764         'not null' => '1',
00765       ),
00766       'type_id' => array(
00767         'type' => 'int',
00768         'not null' => '1',
00769       ),
00770       'value' => array(
00771         'type' => 'varchar',
00772       ),
00773       'rank' => array(
00774         'type' => 'int',
00775         'not null' => 1,
00776         'default' => 1
00777       ),
00778     ),
00779     'primary key' => array(
00780       '0' => 'nd_geolocationprop_id',
00781     ),
00782     'foreign keys' => array(
00783       'nd_geolocation' => array(
00784         'table' => 'nd_geolocation',
00785         'columns' => array(
00786           'nd_geolocation_id' => 'nd_geolocation_id',
00787         ),
00788       ),
00789       'cvterm' => array(
00790         'table' => 'cvterm',
00791         'columns' => array(
00792           'type_id' => 'cvterm_id',
00793         ),
00794       ),
00795     ),
00796     'referring_tables' => array(
00797     ),
00798   );
00799 
00800   return $description;
00801 }
00813 function tripal_natural_diversity_chado_schema_v1_11_nd_protocol() {
00814   $description = array();
00815 
00816   $description = array(
00817     'table' => 'nd_protocol',
00818     'fields' => array(
00819       'nd_protocol_id' => array(
00820         'type' => 'serial',
00821         'not null' => 1,
00822       ),
00823       'name' => array(
00824         'type' => 'varchar',
00825         'not null' => 1,
00826       ),
00827     ),
00828     'primary key' => array(
00829      '0' => 'nd_protocol_id',
00830     ),
00831     'referring_tables' => array(
00832       'nd_experiment_protocol',
00833       'nd_protocol_reagent',
00834       'nd_protocolprop'
00835     ),
00836   );
00837 
00838   return $description;
00839 }
00851 function tripal_natural_diversity_chado_schema_v1_11_nd_protocol_reagent() {
00852   $description = array();
00853 
00854   $description = array(
00855     'table' => 'nd_protocol_reagent',
00856     'fields' => array(
00857       'nd_protocol_reagent_id' => array(
00858         'type' => 'serial',
00859         'not null' => 1,
00860       ),
00861       'nd_protocol_id' => array(
00862         'type' => 'int',
00863         'not null' => 1,
00864       ),
00865       'nd_reagent_id' => array(
00866         'type' => 'int',
00867         'not null' => 1,
00868       ),
00869       'type_id' => array(
00870         'type' => 'int',
00871         'not null' => 1,
00872       ),
00873     ),
00874     'primary key' => array(
00875       '0' => 'nd_protocol_reagent_id',
00876     ),
00877     'foreign keys' => array(
00878       'nd_protocol' => array(
00879         'table' => 'nd_protocol',
00880         'columns' => array(
00881           'nd_protocol_id' => 'nd_protocol_id',
00882         ),
00883       ),
00884       'nd_reagent' => array(
00885         'table' => 'nd_reagent',
00886         'columns' => array(
00887           'nd_reagent_id' => 'nd_reagent_id',
00888         ),
00889       ),
00890       'cvterm' => array(
00891         'table' => 'cvterm',
00892         'columns' => array(
00893           'type_id' => 'cvterm_id',
00894         ),
00895       ),
00896     ),
00897     'referring_tables' => array(
00898 
00899     ),
00900   );
00901 
00902   return $description;
00903 }
00915 function tripal_natural_diversity_chado_schema_v1_11_nd_protocolprop() {
00916   $description = array();
00917 
00918   $description = array(
00919     'table' => 'nd_protocolprop',
00920     'fields' => array(
00921       'nd_protocolprop_id' => array(
00922         'type' => 'serial',
00923         'not null' => '1',
00924       ),
00925       'nd_protocol_id' => array(
00926         'type' => 'int',
00927         'not null' => '1',
00928       ),
00929       'type_id' => array(
00930         'type' => 'int',
00931         'not null' => '1',
00932       ),
00933       'value' => array(
00934         'type' => 'varchar',
00935       ),
00936       'rank' => array(
00937         'type' => 'int',
00938         'not null' => 1,
00939         'default' => 1
00940       ),
00941     ),
00942     'primary key' => array(
00943       '0' => 'nd_protocolprop_id',
00944     ),
00945     'foreign keys' => array(
00946       'nd_protocol' => array(
00947         'table' => 'nd_protocol',
00948         'columns' => array(
00949           'nd_protocol_id' => 'nd_protocol_id',
00950         ),
00951       ),
00952       'cvterm' => array(
00953         'table' => 'cvterm',
00954         'columns' => array(
00955           'type_id' => 'cvterm_id',
00956         ),
00957       ),
00958     ),
00959     'referring_tables' => array(
00960     ),
00961   );
00962 
00963   return $description;
00964 }
00976 function tripal_natural_diversity_chado_schema_v1_11_nd_reagent() {
00977   $description = array();
00978 
00979   $description = array(
00980     'table' => 'nd_reagent',
00981     'fields' => array(
00982       'nd_reagent_id' => array(
00983         'type' => 'serial',
00984         'not null' => '1',
00985       ),
00986       'name' => array(
00987         'type' => 'varchar',
00988         'length' => 80,
00989         'not null' => TRUE
00990       ),
00991       'type_id' => array(
00992         'type' => 'int',
00993         'not null' => '1',
00994       ),
00995       'feature_id' => array(
00996         'type' => 'int',
00997       ),
00998     ),
00999     'primary key' => array(
01000       '0' => 'nd_reagent_id',
01001     ),
01002     'foreign keys' => array(
01003       'feature' => array(
01004         'table' => 'feature',
01005         'columns' => array(
01006           'feature_id' => 'feature_id',
01007         ),
01008       ),
01009       'cvterm' => array(
01010         'table' => 'cvterm',
01011         'columns' => array(
01012           'type_id' => 'cvterm_id',
01013         ),
01014       ),
01015     ),
01016   );
01017 
01018   return $description;
01019 }
01031 function tripal_natural_diversity_chado_schema_v1_11_nd_reagent_relationship() {
01032   $description = array();
01033 
01034   $description = array(
01035     'table' => 'nd_reagent_relationship',
01036     'fields' => array(
01037       'nd_reagent_relationship_id' => array(
01038         'type' => 'serial',
01039         'not null' => '1',
01040       ),
01041       'subject_reagent_id' => array(
01042         'type' => 'int',
01043         'not null' => '1',
01044       ),
01045       'type_id' => array(
01046         'type' => 'int',
01047         'not null' => '1',
01048       ),
01049       'object_reagent_id' => array(
01050         'type' => 'int',
01051         'not null' => '1',
01052       ),
01053     ),
01054     'primary key' => array(
01055       '0' => 'nd_reagent_relationship_id',
01056     ),
01057     'foreign keys' => array(
01058       'nd_reagent' => array(
01059         'table' => 'feature',
01060         'columns' => array(
01061           'subject_reagent_id' => 'nd_reagent_id',
01062           'object_reagent_id' => 'nd_reagent_id',
01063         ),
01064       ),
01065       'cvterm' => array(
01066         'table' => 'cvterm',
01067         'columns' => array(
01068           'type_id' => 'cvterm_id',
01069         ),
01070       ),
01071     ),
01072   );
01073 
01074   return $description;
01075 }
01087 function tripal_natural_diversity_chado_schema_v1_11_nd_reagentprop() {
01088   $description = array();
01089 
01090   $description = array(
01091     'table' => 'nd_reagentprop',
01092     'fields' => array(
01093       'nd_reagentprop_id' => array(
01094         'type' => 'serial',
01095         'not null' => '1',
01096       ),
01097       'nd_reagent_id' => array(
01098         'type' => 'int',
01099         'not null' => '1',
01100       ),
01101       'type_id' => array(
01102         'type' => 'int',
01103         'not null' => '1',
01104       ),
01105       'value' => array(
01106         'type' => 'varchar',
01107       ),
01108       'rank' => array(
01109         'type' => 'int',
01110         'not null' => 1,
01111         'default' => 1
01112       ),
01113     ),
01114     'primary key' => array(
01115       '0' => 'nd_reagentprop_id',
01116     ),
01117     'foreign keys' => array(
01118       'nd_reagent' => array(
01119         'table' => 'nd_reagent',
01120         'columns' => array(
01121           'nd_reagent_id' => 'nd_reagent_id',
01122         ),
01123       ),
01124       'cvterm' => array(
01125         'table' => 'cvterm',
01126         'columns' => array(
01127           'type_id' => 'cvterm_id',
01128         ),
01129       ),
01130     ),
01131     'referring_tables' => array(
01132     ),
01133   );
01134 
01135   return $description;
01136 }
 All Classes Files Functions Variables