domain_conf_schema

Versions
domain
domain_conf_schema()

Implement hook_schema()

Code

domain_conf/domain_conf.install, line 18

<?php
function domain_conf_schema() {
  $schema['domain_conf'] = array(
    'fields' => array(
      'domain_id' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
      'settings' => array('type' => 'blob', 'not null' => FALSE)),
    'primary key' => array('domain_id'),
  );
  return $schema;
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List