setName('cc_country'); $this->setPhpName('CcCountry'); $this->setClassname('CcCountry'); $this->setPackage('airtime'); $this->setUseIdGenerator(false); // columns $this->addPrimaryKey('ISOCODE', 'DbIsoCode', 'CHAR', true, 3, null); $this->addColumn('NAME', 'DbName', 'VARCHAR', true, 255, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // CcCountryTableMap