Does another method exist for me to use that will automatically generate a uuid as a key that is compatible with API Express?
Thanks
Joe
Does another method exist for me to use that will automatically generate a uuid as a key that is compatible with API Express?
Thanks
Joe
The UUID fields are set up as primary keys.
When creating the model in API Express the field type of the tables comes up UNKNOWN so I am unable to identify it as the key.
Interesting, I do not understand why my question about "views" was merged into my question about "UUID key fields"
Oh well, I hope someone has some answers.
Thanks
Joe
emThis reply was created from a merged topic originally titled api express and views./em
It seems that api express does not recognize views. Yes, a question in the form of a statement.
It seems that api express does not recognize views. Yes, a question in the form of a statement.
We use UUID generator to create our keys. API express does not seem to recognize those as key fields.