Add @Deprecated to `generateInsertable`

This commit is contained in:
Alexander Wilde 2022-12-31 00:32:02 +00:00
parent 6e5b73deed
commit 57decbb5b2
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ class UseRowClass {
///
/// This can be useful when a custom data class should be used for inserts or
/// updates.
@Deprecated('Use `write_to_columns_mixins` build option instead')
final bool generateInsertable;
/// Customize the class used by drift to hold an instance of an annotated