Tested in postgresql 8.1.

CREATE TABLE taxonomy_block (
  description text NOT NULL default '',
  teaser integer NOT NULL default 0,
  name text NOT NULL default '',
  length integer NOT NULL default 1,
  bid serial NOT NULL ,
  type text check (type in ('vocabulary'::text,'term'::text)) default 'vocabulary',
  tid integer NOT NULL default 0,
  PRIMARY KEY  (bid)
);
CommentFileSizeAuthor
taxonomy_block.pgsql344 bytesShiny

Comments

Shiny’s picture

Status: Active » Needs review
drewish’s picture

Status: Needs review » Closed (duplicate)

moving this into the .install file: http://drupal.org/node/70574

drewish’s picture

by which i ment here: http://drupal.org/node/76059