5 Replies Latest reply on Mar 27, 2013 11:32 AM by lincolnthree

    byte[] in Forge

    johnsylora

      Hello Forge users,

       

      What is the best way to set a byte array (byte[]) field in Forge? Under the field command there is no option for this.

       

      $ field

      oneToMany     manyToMany    oneToOne      int           string        temporal      number        boolean       long          manyToOne     custom     

       

      I was able to use the java new-field command as follows:

       

      $ java new-field 'private byte[] image;'

       

      Is this the best way? Thank you.