How to properly set default values?
Hi, I'm trying to set a default url for my api calls. The col is nullable in the database and I set a default value; however when I insert via the js api without specifying the col it jest gets inserted as null. How do I properly do this?