case 'pgsql':
//I don't really know what I'm doing here, so if I screwed up the pgsql, let me know how to fix it.
$query1 = db_query("CREATE TABLE {accounttypes} (
atid serial CHECK (atid >= 0),
name varchar(64) NOT NULL default '',
PRIMARY KEY (atid),
UNIQUE (name)
) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");

Comments

rconstantine’s picture

First of all, you should be using the dev version, not 1.0.

Second, you don't specify what is wrong, nor how to fix it.

If you don't offer more than that, I'll just have to close this issue.

rconstantine’s picture

Status: Active » Closed (fixed)