add resume tariff column to user_card table
This commit is contained in:
@ -28,6 +28,7 @@ class ResumeTemplate extends \yii\db\ActiveRecord
|
||||
'Пол' => '${gender}',
|
||||
'Резюме' => '${resume}',
|
||||
'Зароботная плата' => '${salary}',
|
||||
'Ставка для резюме' => '${resume_tariff}',
|
||||
'Позиция' => '${position_id}',
|
||||
'Город' => '${city}',
|
||||
'Ссылка ВК' => '${link_vk}',
|
||||
@ -47,6 +48,7 @@ class ResumeTemplate extends \yii\db\ActiveRecord
|
||||
'${gender}'=> 'gender',
|
||||
'${resume}'=> 'resume',
|
||||
'${salary}' => 'salary',
|
||||
'${resume_tariff}' => 'resume_tariff',
|
||||
'${position_id}'=> 'position_id',
|
||||
'${city}'=> 'city',
|
||||
'${link_vk}' => 'link_vk',
|
||||
@ -104,7 +106,7 @@ class ResumeTemplate extends \yii\db\ActiveRecord
|
||||
'created_at' => 'Created At',
|
||||
'updated_at' => 'Updated At',
|
||||
'status' => 'Статус',
|
||||
'template_body' => 'Template Body',
|
||||
'template_body' => 'Тело шаблона',
|
||||
'header_text' => 'Текст в верхнем контикуле',
|
||||
'header_image' => 'Картинка в верхнем контикуле',
|
||||
];
|
||||
|
Reference in New Issue
Block a user