...

Text file src/github.com/ory/x/pkgerx/testdata/0_sql_create_tablename_template.up.sql

Documentation: github.com/ory/x/pkgerx/testdata

     1CREATE TABLE {{ identifier .Parameters.tableName }} ( "id" UUID NOT NULL, PRIMARY KEY ("id"));

View as plain text