...

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

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

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

View as plain text