mirror of https://github.com/AMT-Cheif/drift.git
parent
9dbd737087
commit
b0310f8a19
|
@ -69,7 +69,7 @@ targets:
|
||||||
builders:
|
builders:
|
||||||
moor_generator:
|
moor_generator:
|
||||||
options:
|
options:
|
||||||
sqlite_module:
|
sqlite_modules:
|
||||||
- json1
|
- json1
|
||||||
- fts5
|
- fts5
|
||||||
```
|
```
|
||||||
|
@ -84,4 +84,4 @@ In general, we recommend not enabling these options unless you need to. There ar
|
||||||
- `compact_query_methods` and `use_column_name_as_json_key_when_defined_in_moor_file`: We recommend enabling
|
- `compact_query_methods` and `use_column_name_as_json_key_when_defined_in_moor_file`: We recommend enabling
|
||||||
both flags for new projects because they'll be the only option in the next breaking release.
|
both flags for new projects because they'll be the only option in the next breaking release.
|
||||||
- `skip_verification_code`: You can remove a significant portion of generated code with this option. The
|
- `skip_verification_code`: You can remove a significant portion of generated code with this option. The
|
||||||
downside is that error messages when inserting invalid data will be less specific.
|
downside is that error messages when inserting invalid data will be less specific.
|
||||||
|
|
Loading…
Reference in New Issue