Sign in
third-party-mirror
/
glassfish
/
61c5787ff9380215ac7d310ce36855cdaac0cb2a
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
ejb
/
ejb30
/
persistence
/
extendedem
/
sql
/
create.sql
blob: 6ca8284e8a5acfab2322eb8868279d1268d0f8a2 [
file
]
CREATE
TABLE
EJB30_PERSISTENCE_EXTENDEDEM_PERSON
(
NAME VARCHAR
(
256
)
NOT
NULL
PRIMARY
KEY
)
;