Sign in
third-party-mirror
/
glassfish
/
0664faeeeabcdc8a90eeada94c69d5ca90c55b1d
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
deployment
/
ejb30
/
ear
/
session3
/
sql
/
create.sql
blob: 47d1732eea804a811c2cb98fbaf773eba306d353 [
file
]
CREATE
TABLE
EJB30_HELLO_SESSION3_PERSON
(
NAME VARCHAR
(
256
)
NOT
NULL
PRIMARY
KEY
)
;