Sign in
third-party-mirror
/
glassfish
/
9a68cc8076d14c77aba791fd5c955b7c7a175593
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
jpa-dsd
/
sql
/
create.sql
blob: c0ab43f070c71a92eb2ad6bf8da4e7c940217df2 [
file
]
CREATE
TABLE
EJB30_PERSISTENCE_EEM_INJECTION_PERSON
(
NAME VARCHAR
(
256
)
NOT
NULL
PRIMARY
KEY
,
DATA VARCHAR
(
256
)
);