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.