-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Great tool!
I observe that the generated model json files have "settings" attribute instead of "options" attribute.
{ "name": "Customer", "properties": { ... }, "settings": { "strict": false, "forceId": false, "replaceOnPUT": true, "idInjection": false, "mysql": { "schema": "my_store", "table": "customer" } } }
I think "settings" should be "options" at least for the version of loopback I'm using (v3).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels