eads@0: array( franck@14: 'content_nid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), franck@14: 'atom_sid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), franck@14: 'field' => array('type' => 'varchar', 'length' => 31, 'not null' => TRUE, 'default' => ''), franck@14: 'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), franck@14: 'required' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), franck@14: ), franck@15: 'primary key' => array('content_nid', 'atom_sid', 'field'), franck@14: ); franck@14: franck@14: return $schema; franck@14: }