setName('arbeitgeberbtr'); $this->setPhpName('Arbeitgeberbtr'); $this->setClassname('Arbeitgeberbtr'); $this->setPackage('propel'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('ID', 'Id', 'INTEGER', true, null, null); $this->addColumn('MOD', 'Mod', 'INTEGER', true, null, null); $this->addColumn('PERIODE', 'Periode', 'INTEGER', true, null, null); $this->addColumn('RENTENVERSICHERUNG', 'Rentenversicherung', 'REAL', true, null, null); $this->addColumn('KRANKENVERSICHERUNG', 'Krankenversicherung', 'REAL', true, null, null); $this->addColumn('U1', 'U1', 'REAL', true, null, null); $this->addColumn('U2', 'U2', 'REAL', true, null, null); $this->addColumn('INSO', 'Inso', 'REAL', true, null, null); $this->addColumn('PAUSCHALSTEUER', 'Pauschalsteuer', 'REAL', true, null, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // ArbeitgeberbtrTableMap