menu_node_schema

Versions
menu_node
menu_node_schema()

Implements hook_schema().

Code

./menu_node.install, line 12

<?php
function menu_node_schema() {
  $schema['menu_node'] = array(
    'fields' => array(
      'nid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0),
      'mlid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)),
    'primary key' => array('nid', 'mlid'),
  );
  return $schema;
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List