@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | { |
| 127 | 127 | $metadata->setPrimaryTable( |
| 128 | 128 | [ |
| 129 | - 'name' => 'company_person', |
|
| 129 | + 'name' => 'company_person', |
|
| 130 | 130 | ] |
| 131 | 131 | ); |
| 132 | 132 | |
@@ -191,18 +191,18 @@ discard block |
||
| 191 | 191 | 'entities' => [ |
| 192 | 192 | [ |
| 193 | 193 | 'fields' => [ |
| 194 | - [ |
|
| 194 | + [ |
|
| 195 | 195 | 'name' => 'id', |
| 196 | 196 | 'column' => 'id', |
| 197 | - ], |
|
| 198 | - [ |
|
| 197 | + ], |
|
| 198 | + [ |
|
| 199 | 199 | 'name' => 'city', |
| 200 | 200 | 'column' => 'city', |
| 201 | - ], |
|
| 202 | - [ |
|
| 201 | + ], |
|
| 202 | + [ |
|
| 203 | 203 | 'name' => 'country', |
| 204 | 204 | 'column' => 'country', |
| 205 | - ], |
|
| 205 | + ], |
|
| 206 | 206 | ], |
| 207 | 207 | 'entityClass' => CmsAddress::class, |
| 208 | 208 | ], |
@@ -274,7 +274,7 @@ discard block |
||
| 274 | 274 | { |
| 275 | 275 | $metadata->setPrimaryTable( |
| 276 | 276 | [ |
| 277 | - 'name' => 'cms_users_customid', |
|
| 277 | + 'name' => 'cms_users_customid', |
|
| 278 | 278 | ] |
| 279 | 279 | ); |
| 280 | 280 | |
@@ -333,34 +333,34 @@ discard block |
||
| 333 | 333 | 'entities' => [ |
| 334 | 334 | [ |
| 335 | 335 | 'fields'=> [ |
| 336 | - [ |
|
| 336 | + [ |
|
| 337 | 337 | 'name' => 'id', |
| 338 | 338 | 'column' => 'id', |
| 339 | - ], |
|
| 340 | - [ |
|
| 339 | + ], |
|
| 340 | + [ |
|
| 341 | 341 | 'name' => 'name', |
| 342 | 342 | 'column' => 'name', |
| 343 | - ], |
|
| 344 | - [ |
|
| 343 | + ], |
|
| 344 | + [ |
|
| 345 | 345 | 'name' => 'status', |
| 346 | 346 | 'column' => 'status', |
| 347 | - ], |
|
| 348 | - [ |
|
| 347 | + ], |
|
| 348 | + [ |
|
| 349 | 349 | 'name' => 'address.zip', |
| 350 | 350 | 'column' => 'zip', |
| 351 | - ], |
|
| 352 | - [ |
|
| 351 | + ], |
|
| 352 | + [ |
|
| 353 | 353 | 'name' => 'address.city', |
| 354 | 354 | 'column' => 'city', |
| 355 | - ], |
|
| 356 | - [ |
|
| 355 | + ], |
|
| 356 | + [ |
|
| 357 | 357 | 'name' => 'address.country', |
| 358 | 358 | 'column' => 'country', |
| 359 | - ], |
|
| 360 | - [ |
|
| 359 | + ], |
|
| 360 | + [ |
|
| 361 | 361 | 'name' => 'address.id', |
| 362 | 362 | 'column' => 'a_id', |
| 363 | - ], |
|
| 363 | + ], |
|
| 364 | 364 | ], |
| 365 | 365 | 'entityClass' => CmsUser::class, |
| 366 | 366 | 'discriminatorColumn' => null |
@@ -376,22 +376,22 @@ discard block |
||
| 376 | 376 | 'entities' => [ |
| 377 | 377 | [ |
| 378 | 378 | 'fields'=> [ |
| 379 | - [ |
|
| 379 | + [ |
|
| 380 | 380 | 'name' => 'id', |
| 381 | 381 | 'column' => 'id', |
| 382 | - ], |
|
| 383 | - [ |
|
| 382 | + ], |
|
| 383 | + [ |
|
| 384 | 384 | 'name' => 'name', |
| 385 | 385 | 'column' => 'name', |
| 386 | - ], |
|
| 387 | - [ |
|
| 386 | + ], |
|
| 387 | + [ |
|
| 388 | 388 | 'name' => 'status', |
| 389 | 389 | 'column' => 'status', |
| 390 | - ], |
|
| 391 | - [ |
|
| 390 | + ], |
|
| 391 | + [ |
|
| 392 | 392 | 'name' => 'phonenumbers.phonenumber', |
| 393 | 393 | 'column' => 'number', |
| 394 | - ], |
|
| 394 | + ], |
|
| 395 | 395 | ], |
| 396 | 396 | 'entityClass' => CmsUser::class, |
| 397 | 397 | 'discriminatorColumn' => null |
@@ -405,29 +405,29 @@ discard block |
||
| 405 | 405 | 'name' => 'mappingUserPhonenumberCount', |
| 406 | 406 | 'columns' => [], |
| 407 | 407 | 'entities' => [ |
| 408 | - [ |
|
| 408 | + [ |
|
| 409 | 409 | 'fields' => [ |
| 410 | - [ |
|
| 410 | + [ |
|
| 411 | 411 | 'name' => 'id', |
| 412 | 412 | 'column' => 'id', |
| 413 | - ], |
|
| 414 | - [ |
|
| 413 | + ], |
|
| 414 | + [ |
|
| 415 | 415 | 'name' => 'name', |
| 416 | 416 | 'column' => 'name', |
| 417 | - ], |
|
| 418 | - [ |
|
| 417 | + ], |
|
| 418 | + [ |
|
| 419 | 419 | 'name' => 'status', |
| 420 | 420 | 'column' => 'status', |
| 421 | - ] |
|
| 421 | + ] |
|
| 422 | 422 | ], |
| 423 | 423 | 'entityClass' => CmsUser::class, |
| 424 | 424 | 'discriminatorColumn' => null |
| 425 | - ] |
|
| 425 | + ] |
|
| 426 | 426 | ], |
| 427 | 427 | 'columns' => [ |
| 428 | - [ |
|
| 428 | + [ |
|
| 429 | 429 | 'name' => 'numphones', |
| 430 | - ] |
|
| 430 | + ] |
|
| 431 | 431 | ] |
| 432 | 432 | ] |
| 433 | 433 | ); |