...

Text file src/github.com/ory/x/dbal/stub/b/2.sql

Documentation: github.com/ory/x/dbal/stub/b

     1-- b_2
     2
     3-- +migrate Up
     4SELECT 1;
     5
     6-- +migrate Down
     7SELECT 1;

View as plain text