Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
groupsubordinatetable.php
1<?php
2
11
14
32{
33 public static function getTableName()
34 {
35 return 'b_group_subordinate';
36 }
37
38 public static function getMap()
39 {
40 return [
41 (new Fields\IntegerField('ID'))
42 ->configurePrimary(),
43
44 (new Fields\TextField('AR_SUBGROUP_ID')),
45 ];
46 }
47}