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