i get this warinig when i use insert sql:
[propel-sql-exec] Failed to execute:
CREATE TABLE `hr_pr_salary_grade`
(
`sal_grd_code` INTEGER NOT NULL AUTO_INCREMENT,
`sal_grd_name` VARCHAR,
`created_by` INTEGER,
`created_when` DATETIME,
`modified_by` INTEGER,
`modified_when` DATETIME,
PRIMARY KEY (`sal_grd_code`),
INDEX `hr_pr_salary_grade_FI_1` (`created_by`),
CONSTRAINT `hr_pr_salary_grade_FK_1`
FOREIGN KEY (`created_by`)
REFERENCES `users` (`id`),
INDEX `hr_pr_salary_grade_FI_2` (`modified_by`),
CONSTRAINT `hr_pr_salary_grade_FK_2`
FOREIGN KEY (`modified_by`)
REFERENCES `users` (`id`)
)Type=InnoDB
[propel-sql-exec] SQLSTATE[42000]: Syntax error or access violation:
1064 You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '
`created_by` INTEGER,
`created_when` DATETIME,
`modified_by` INTEGER,
`modi' at line 4
Some problems occurred when executing the
task:
If the exception message is not clear enough, read the output of
the task for more information
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---