...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
ory
/
x
/
pkgerx
/
testdata
/
0_sql_create_tablename_template.expected.sql
Documentation:
github.com/ory/x/pkgerx/testdata
1
CREATE TABLE test_table_name ( "id" UUID NOT NULL, PRIMARY KEY ("id"));
View as plain text