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)
);
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_block.pgsql | 344 bytes | Shiny |
Comments
Comment #1
Shiny commentedComment #2
drewish commentedmoving this into the .install file: http://drupal.org/node/70574
Comment #3
drewish commentedby which i ment here: http://drupal.org/node/76059