We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a5d50 commit 77b9d6fCopy full SHA for 77b9d6f
lib/ecto/adapters/sqlite3.ex
@@ -50,7 +50,7 @@ defmodule Ecto.Adapters.SQLite3 do
50
column types are the same as for [binary IDs](#module-binary-id-types).
51
* `:datetime_type` - Defaults to `:iso8601`. Determines how datetime fields are stored in the database.
52
The allowed values are `:iso8601` and `:text_datetime`. `:iso8601` corresponds to a string of the form
53
- `YYYY-MM-DDThh:mm:ss` and `:text_datetime` corresponds to a string of the form YYYY-MM-DD hh:mm:ss`
+ `YYYY-MM-DDThh:mm:ss` and `:text_datetime` corresponds to a string of the form `YYYY-MM-DD hh:mm:ss`
54
55
For more information about the options above, see [sqlite documentation][1]
56
0 commit comments