Chris White wrote:
> Jim C. wrote:
>>> CREATE TABLE "credits" (
>>>   "person" integer NOT NULL default '0',
>>>   "chanid" int NOT NULL default '0',
>>>   "starttime" timestamp NOT NULL default '1970-01-01 00:00:00+00',
>>>   "role" VARCHAR  NOT NULL,
>>>   CONSTRAINT role_check CHECK "role" IN
>>> ('actor','director','producer','executive_producer','writer','guest_star',
>>>
>>> 'host','adapter','presenter','commentator','guest'), <-------
> 
> See the arrow.  It seems like you commented out some stuff below it.
> 

Ah! Yes, I see what you mean but it was done on purpose.  I have to get
the role line working before I move on to those.


Jim C.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to