...

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

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

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

View as plain text