Is there any way to specify a default value for a field of type `time`? e..g Set `~T[16:30:00]` as a default value? I tried: ```elixir [field: :time, default: ~T[16:30:00]] ``` But it throws an error: `** (CompileError) nofile: invalid quoted expression: ~T[16:30:00]`