@extends('layouts.app') @section('title', 'DB 트리거 감사 로그') @section('content')
| 파티션 | 행 수 |
|---|---|
| {{ $p->PARTITION_NAME }} | {{ number_format($p->TABLE_ROWS) }} |
| ID | 테이블 | Row ID | DML | 변경 컬럼 | 작업 단위 | 일시 | 액션 | |
|---|---|---|---|---|---|---|---|---|
| {{ $log->id }} | {{ $log->table_name }} | {{ $log->row_id }} | {{ $log->dml_type }} | @if($log->changed_columns) {{ implode(', ', array_slice($log->changed_columns, 0, 3)) }} @if(count($log->changed_columns) > 3) +{{ count($log->changed_columns) - 3 }} @endif @else - @endif | @if($log->operation_id) {{ substr($log->operation_id, 0, 8) }} @else - @endif | {{ $log->created_at->format('m/d H:i:s') }} | 상세 | |
| 감사 로그가 없습니다. | ||||||||