Hi,
>CREATE TABLE Group (
> GROUPID int(11) DEFAULT '0' NOT NULL,
> NAME varchar(99) DEFAULT '' NOT NULL,
> DESCRIPTION varchar(1024) DEFAULT '' NOT NULL,
> PRIMARY KEY (GROUPID)
>);
...
>Instead of making this a general Scarab thing, I would like to make this
>more general for others to use as well by including it in Turbine. So, what
>do you think? Can I modify the stuff in Turbine to add this feature?
Good idea. Good functionality.
I would recommend that you choose a different table name.
"GROUP" is a SQL keyword, and I would bet that using it as a
table name would severely limit portability.
How about "Team" ?
Stephen
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]