Document how using named() will not affect generated json

This commit is contained in:
Simon Binder 2019-08-13 09:11:03 +02:00
parent 515b95acfe
commit cd67773157
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ class ColumnBuilder<
/// result in an SQL column called account_creation_date).
/// To change this default behavior, use something like
/// `IntColumn get id = integer((c) => c.named('user_id'))`.
///
/// Note that using [named] __does not__ have an effect on the json key of an
/// object. To change the json key, annotate this column getter with
/// [JsonKey].
Builder named(String name) => null;
/// Marks this column as nullable. Nullable columns should not appear in a