Can't create row with default values #685
Labels
api
Related to library's API
enhancement
New feature or request
greenlit
Ready for implementation
postgres
Related to PostgreSQL
It seems impossible to create a new row if a table has only auto-generated columns, e.g. postgres
gen_random_uuid()
idI tried all variations of this I could think of, including using raw
sql
, but everything I tried resulted in SQL syntax errors:The query I need to create here is
Is there a way to do this?
The text was updated successfully, but these errors were encountered: