Hello and wlecome back from the holidays to everybody.
I would switch the sql_require_primary_key parameter to false to have no problems on creating Multi Reference table using Managed MySQL in Do.
To switch the said parameter to false, DO gives the following curl:
curl -X PATCH
-H “Content-Type: application/json”
-H “Authorization: Bearer $DIGITALOCEAN_TOKEN”
-d ‘{“config”: {“sql_mode”: ,“sql_require_primary_key”: false}}’
“https://api.digitalocean.com/v2/databases/XXXXXX/config”
Question is: how can I do this on the API component in Wappler ?
Or any other suggestion how to use this Curl ?
thank you very much
Roberto
Community Page
Last updated:
Last updated: