Results 1 to 2 of 2

Thread: how to create field with varchar2(32 byte) using spring roo

  1. #1
    Join Date
    May 2010
    Posts
    9

    Default how to create field with varchar2(32 byte) using spring roo

    Hi,

    I want to create column name with varchar2(32 byte) like below using spring field command,

    "NAME" VARCHAR2(32 BYTE),
    "NODE_HWTYPE" VARCHAR2(64 BYTE),


    Could you please help on this. I am using Spring roo 1.2.2 version.

    Thanks

  2. #2
    Join Date
    May 2010
    Posts
    9

    Default

    Quote Originally Posted by mkandrat View Post
    Hi,

    I want to create column name with varchar2(32 byte) like below using spring field command,

    "NAME" VARCHAR2(32 BYTE),
    "NODE_HWTYPE" VARCHAR2(64 BYTE),


    Could you please help on this. I am using Spring roo 1.2.2 version.

    Thanks
    Please respond anyone. its blocking us to create model class. Is there alternate way to create equivalent to VARCHAR2(32 BYTE)?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •