D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0775) :  /var/www/html/hpsc/../informatica/layouts/../modules/mod_custom/../../../marc-drupal/modules/node/../simpletest/tests/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/hpsc/../informatica/layouts/../modules/mod_custom/../../../marc-drupal/modules/node/../simpletest/tests/taxonomy_test.install
<?php

/**
 * @file
 * Install, update and uninstall functions for the taxonomy_test module.
 */

/**
 * Implements hook_schema().
 */
function taxonomy_test_schema() {
  $schema['taxonomy_term_antonym'] = array(
    'description' => 'Stores term antonym.',
    'fields' => array(
      'tid' => array(
        'type' => 'int',
        'unsigned' => TRUE,
        'not null' => TRUE,
        'default' => 0,
        'description' => 'The {taxonomy_term_data}.tid of the term.',
      ),
      'name' => array(
        'type' => 'varchar',
        'length' => 255,
        'not null' => TRUE,
        'default' => '',
        'description' => 'The name of the antonym.',
      ),
    ),
    'primary key' => array('tid'),
  );

  return $schema;
}

AnonSec - 2021 | Recode By D7net