Missing ; after SQL statement
Following SQL statement:
CREATE TABLE IF NOT EXISTSIssue_attachments_Attachment
(_Issue_id
varchar(32) not null_attachments_id
varchar(32) not null
KEYfoward_lookup_index
(_Issue_id
(14))generated for a reference attribute addition did not receive a closing semi colon.
Submitted by Sander Vermolen on 9 June 2010 at 15:48
Issue Log
On 9 June 2010 at 15:50 Sander Vermolen commented:
Additionally, it is missing commas in between the column definitions and a closing brace :D
On 1 October 2010 at 15:17 Sander Vermolen closed this issue.
On 1 October 2010 at 15:17 Sander Vermolen commented:
Problem solved.
Log in to post comments