Hi, Is there any harm in increasing the varchar in schema. I expect it should be good to change, but not sure if this is defined anywhere in the source code.
On Tuesday, 19 July 2016 22:59:00 UTC+5:30, Kumar G wrote: > > Hi all, > > We have a requirement like increasing the description data type from > varchar 255 to higher value. Is it advisable to do this change or we need > to limit ourway description field with in 255 char? > > > CREATE TABLE signature > > ( > > id SERIAL NOT NULL, > > rule_id INT8 NOT NULL UNIQUE, > > level INT4, > > description VARCHAR(255) NOT NULL, > > PRIMARY KEY (id) > > ); > > Thanks > > Kumar > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
