Skip to content

Commit

Permalink
Updated documentation supported types.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaera committed Jul 25, 2022
1 parent 9802af1 commit b3c3bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Floor entities can hold values of the following Dart types which map to their co
- `String` - TEXT
- `bool` - INTEGER (0 = false, 1 = true)
- `Uint8List` - BLOB
- `enum` - INTEGER (records by the index 0..n)

In case you want to store sophisticated Dart objects that can be represented by one of the above types, take a look at [Type Converters](type-converters.md).

Expand Down

0 comments on commit b3c3bcc

Please sign in to comment.