500], [['idea'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'service_user_id' => 'Service User ID', 'user_patient_id' => 'User Patient ID', 'register_id' => 'Register ID', 'hight' => 'Hight', 'weight' => 'Weight', 'temperature' => 'Temperature', 'blood' => 'Blood', 'main_suit' => 'Main Suit', 'family' => 'Family', 'now_history' => 'Now History', 'popular' => 'Popular', 'history' => 'History', 'allergic' => 'Allergic', 'idea' => 'Idea', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'is_delete' => 'Is Delete', ]; } }