Re: ERXGenericRecord and UUID's
Re: ERXGenericRecord and UUID's
- Subject: Re: ERXGenericRecord and UUID's
- From: Theodore Petrosky <email@hidden>
- Date: Mon, 25 Jul 2016 21:03:22 -0400
1. The new (and very cool) UUID stuff in ERXGenericRecord is NOT opt-in. :-)
I also don’t understand “is NOT opt-in”. To use this, I have to change the prototype of the id column from id to uuid.
Of course the migration has to be fixed by hand from: personTable.newBlobColumn("id", NOT_NULL); to personTable.newUuidColumn("id", NOT_NULL);
|
_______________________________________________
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