...

Text file src/github.com/ory/x/popx/stub/migrations/source/20191100000004_errors.up.fizz

Documentation: github.com/ory/x/popx/stub/migrations/source

     1create_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}

View as plain text