[Devel] domain_avp table

Juha Heinanen jh at tutpro.com
Sun Jun 17 11:00:26 CEST 2007


i'm thinking to add a new table called domain_avp:

CREATE TABLE domain_avp (
  id int(10) unsigned NOT NULL,
  `name` int(10) unsigned NOT NULL,
  `type` char(1) NOT NULL,
  `value` varchar(256) NOT NULL,
  KEY id (id)
) ENGINE=MyISAM;

where one could store domain related avps, which would get assigned as
side effect of is_domain_local() function call.

any comments before i start writing the code?

-- juha



More information about the Devel mailing list