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