setName('cc_stream_setting'); $this->setPhpName('CcStreamSetting'); $this->setClassname('CcStreamSetting'); $this->setPackage('airtime'); $this->setUseIdGenerator(false); // columns $this->addPrimaryKey('KEYNAME', 'DbKeyName', 'VARCHAR', true, 64, null); $this->addColumn('VALUE', 'DbValue', 'VARCHAR', false, 255, null); $this->addColumn('TYPE', 'DbType', 'VARCHAR', true, 16, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // CcStreamSettingTableMap