I have been experimenting with the prototyping functions and migrations. I
generally do not use varchar instead just using the data type 'text'. this
seems to work using the longText prototype selection (it gives a Data Type as:
String (RTRIM) - String C).
However, if I try to Generate Migration, I get:
peopleTable.newStringColumn("c_firstname", ${attribute.width}, false);
as there is no 'width' for a column of type 'text', I was wonder if I am doing
something wrong. Is there a column type to use to create a column of type
'text' while using migrations?
Ted
_______________________________________________
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]