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('monat', 'Monat', 'CHAR', true, 6, null); $this->addColumn('rentenversicherung', 'Rentenversicherung', 'REAL', true, null, 0); $this->addColumn('krankenversicherung', 'Krankenversicherung', 'REAL', true, null, 0); $this->addColumn('u1', 'U1', 'REAL', true, null, 0); $this->addColumn('u2', 'U2', 'REAL', true, null, 0); $this->addColumn('inso', 'Inso', 'REAL', true, null, 0); $this->addColumn('pauschalsteuer', 'Pauschalsteuer', 'REAL', true, null, 0); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // ArbeitgeberbtrTableMap