That's expected, as `description` is optional fields, so I need to insert `null` if no value provide

That's expected, as
description
is optional fields, so I need to insert
null
if no value provided.

Otherwise D1 throws an error
Was this page helpful?