Hi all,

I am using EJB3, JBoss 4.2.2GA
I have a entity, which creates the database schema like...

CREATE TABLE tb_test
(
  smtpsentdatetime timestamp,
  openstate varchar(255),
  opendatetime timestamp,
  dschedule bytea,  recipient_id int8,
  CONSTRAINT tb_test_pkey PRIMARY KEY (id),
  CONSTRAINT fk855d2199d72fe01 FOREIGN KEY (recipient_id)
      REFERENCES tb_recipient (id) MATCH SIMPLE
      ON UPDATE NO ACTION ON DELETE NO ACTION
) 

what is this bytea?? I want to get rid of from this...
Let me know ..ASAP.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177485#4177485

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177485
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to