Sign in
third-party-mirror
/
glassfish
/
571714739b23e16c4c90d5229b806433920b3bcb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
cdi
/
javaee-integration
/
standalone-resource-adapter-as-bean-archive
/
app
/
createdb.sql
blob: 7d93610391503892622f397ec87b166f9495d20b [
file
] [
log
] [
blame
]
drop
table
MESSAGES
;
create
table
MESSAGES
(
messageId CHAR
(
50
),
message varchar
(
80
));