In Entity Modeler, I choose my database and Prototypes
(EOJDBCPostgresqlPrototypes).
some of the attribute prototypes don't work correctly (at least from my
perspective.. ie
I choose:
Prototype doubleNumber
data type: Double
External Type: float
Class java.lang.Double
my migration shows a newDoubleColumn with missing attributes.
So I tried the 'amount' prototype and in the migrations it creates:
versionTable.newDoubleColumn("c_revision_number", 38, 2, false);
This creates a column of type 'money' in postgresql.
I need to create a float but none of the prototypes seem to work (at least for
me).
Where do the templates live that create these bindings? maybe I could hack this
to work...
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]