From b3c3bcc5429c5b52aa719d4e98f4e44be1ae8cd3 Mon Sep 17 00:00:00 2001 From: Dmytro Puzak Date: Mon, 25 Jul 2022 14:53:26 +0300 Subject: [PATCH] Updated documentation supported types. --- docs/entities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/entities.md b/docs/entities.md index 596bd08a..10776d56 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -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).