```rescript type t = dict<dict<string>> ``` Running migration file on this turns to ```rescript type t = dict<dict<dict>> ```