postgresql and 'text' prototype
postgresql and 'text' prototype
- Subject: postgresql and 'text' prototype
- From: email@hidden
- Date: Tue, 1 Jul 2008 06:43:09 -0700 (PDT)
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden