| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Database.Persist.Audit.Parser.Types
Documentation
data MigrationOnlyAndSafeToRemoveOption Source #
Constructors
| MigrationOnly | |
| SafeToRemove |
data EntityFieldLastItem Source #
Constructors
| FieldDefault Text | |
| FieldSqlRow Text | |
| FieldSqlType Text | |
| FieldMaxLen Int |