5 type t
= | Int
| Text
| Blob
| Float
| Bool
| Datetime
8 let to_string = Show.show
<t
>
13 type conflict_algo
= | Ignore
| Replace
| Abort
| Fail
| Rollback
16 type t
= | PrimaryKey
| NotNull
| Unique
| Autoincrement
| OnConflict
of conflict_algo