insert(array( 'school_id' => $school_id, 'coach_id' => $coach_id, 'table_name' => $model->tableName(), 'content' => json_encode($model->attributes,true), 'create_time' => time())); } }