...

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

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

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

View as plain text