Hi,
I am starting to use DATE_TIME fields, but I discover that if they are indexed they must be specified - even if made .addNullable, as they are not otherwise assigned a default value and an error occurs. However if the column is not indexed, the error does not occur.
As you can see, treating a STRING in the same way results in different behaviour.
Is this behaviour by design or a bug?
I note that public Codepens don't seem to allow lovefield permission to work - you would have to copy/paste to your own codepen to observe the behaviour.