github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/popx/stub/migrations/source/20191100000004_errors.up.fizz (about) 1 create_table("selfservice_errors") { 2 t.Column("id", "uuid", {primary: true}) 3 t.Column("errors", "json") 4 t.Column("seen_at", "timestamp") 5 t.Column("was_seen", "bool") 6 }