/[drupal]/contributions/modules/category/contrib/category_views/category_views.schema
ViewVC logotype

Diff of /contributions/modules/category/contrib/category_views/category_views.schema

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Sat Jul 14 20:39:08 2007 UTC revision 1.2, Wed Aug 5 04:52:54 2009 UTC
# Line 1  Line 0 
 <?php  
 // $Id$  
   
 /**  
  * Implementation of hook_schema().  
  */  
 function category_views_schema() {  
   $schema['category_views'] = array(  
     'fields' => array(  
       'cid' => array('type' => 'int', 'unsigned' => true, 'not null' => true, 'default' => 0),  
       'view_id' => array('type' => 'int', 'size' => 'tiny', 'unsigned' => true, 'not null' => true, 'default' => 0),  
       'display_cont' => array('type' => 'int', 'size' => 'tiny', 'unsigned' => true, 'not null' => true, 'default' => 0),  
       'display_cat' => array('type' => 'int', 'size' => 'tiny', 'unsigned' => true, 'not null' => true, 'default' => 0),  
     ),  
     'primary key' => array('cid'),  
   );  
   return $schema;  
 }  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2