mirror of https://github.com/AMT-Cheif/drift.git
Add @Deprecated to `generateInsertable`
This commit is contained in:
parent
6e5b73deed
commit
57decbb5b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue