Ok - I went back to the beginning with a complete migration.
I get the following error:
MySQLSyntaxErrorException: 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 'null filesystemPath VARCHAR(255)' at line 1
I assume this is coming after:
ERXMigrationTable erFileAttachmentTable =
database.existingTableNamed("ERAttachment");
erFileAttachmentTable.newStringColumn("filesystemPath", 255,
true);
Why is it failing?
Thanks
James
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
