['name' => 'test_belongs_to_one_id', 'type' => 'int', 'internal' => 'id'], 'test_belongs_to_one_string' => ['name' => 'test_belongs_to_one_string', 'type' => 'string', 'internal' => 'string'], ]; protected static $table = 'test_belongs_to_one'; protected static $primaryField = 'test_belongs_to_one_id'; }