'BigInt', ); private static $table_name = 'DataObjectTest_Staff'; private static $has_one = array( 'CurrentCompany' => Company::class, 'PreviousCompany' => Company::class ); }