setName('cc_locale'); $this->setPhpName('CcLocale'); $this->setClassname('CcLocale'); $this->setPackage('airtime'); $this->setUseIdGenerator(true); $this->setPrimaryKeyMethodInfo('cc_locale_id_seq'); // columns $this->addPrimaryKey('id', 'DbId', 'INTEGER', true, null, null); $this->addColumn('locale_code', 'DbLocaleCode', 'VARCHAR', true, 16, null); $this->addColumn('locale_lang', 'DbLocaleLang', 'VARCHAR', true, 128, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // CcLocaleTableMap