Verified Commit ad08be5b authored by Vasili Novikov's avatar Vasili Novikov
Browse files

review fixes: add docs for boolean

parent fa200fb7
Showing with 2 additions and 0 deletions
+2 -0
......@@ -50,6 +50,8 @@ enum DatabaseColumnType {
Real,
/// Boolean
/// Internally, booleans are stored as Integers 0 and 1. This is never exposed
/// to the clients, however, and clients should only ever receive/send `true` and `false`.
Bool,
/// The number of non-leap-nanoseconds since January 1, 1970 UTC.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment