Update 'SQLite Config'

Anna Schumaker 2023-03-21 16:42:46 -04:00
parent 6a0463a603
commit c5ea75ab74
1 changed files with 1 additions and 1 deletions

@ -7,6 +7,6 @@ Emmental configures SQLite by enabling foreign key constraint enforcement and se
| user_version | 1 |
### Custom Column Types
| Name | SQLite Type | Application Type |
| Name | SQLite Type | Python Type |
| ---- | ----------- | -------------------------------------------------------------- |
| PATH | STRING | [pathlib.Path](https://docs.python.org/3/library/pathlib.html) |