Closed (fixed)
Project:
Account Types
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2007 at 10:47 UTC
Updated:
1 Jul 2007 at 00:32 UTC
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
Comment #1
rconstantine commentedFirst 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.
Comment #2
rconstantine commented