🗄️
IssuesPick DB Manager
MariaDB 11.8 UTF8MB4
홈으로 가기 ↗
데이터베이스: {{ dbName }} 테이블 필터: issues_* (01~08 제외)
총 테이블: {{ tables.length }}
관리 테이블 수
{{ tables.length }}
Prefix: issues_
총 데이터 레코드
{{ totalRecords.toLocaleString() }}
Real-time Count
DB 캐릭터셋 & 엔진
InnoDB
utf8mb4_unicode_ci
연동 서비스 상태
정상 가동 중
Port 3306 Connected

📋 issues_ 테이블 목록

{{ getTableIcon(t.table_name) }} {{ t.table_name }}
{{ getTableDescription(t.table_name) }}
{{ t.row_count }} 행
{{ getTableIcon(selectedTableName) }}

{{ selectedTableName }}

{{ getTableDescription(selectedTableName) }}

Columns Specification

컬럼명 데이터 타입 Null Key 기본값 비고
🔑 {{ col.column_name }} {{ col.column_type }} {{ col.is_nullable }} {{ col.column_key }} {{ col.column_default || 'NULL' }} {{ col.extra }}

Data Rows ({{ tableData.rows ? tableData.rows.length : 0 }} of {{ tableData.total_rows || 0 }})

{{ tableData.page }} 페이지
{{ key }}
NULL {{ val.substring(0, 50) }}... {{ val }}
데이터가 존재하지 않습니다. 상단의 [1클릭 스키마 마이그레이션 & 초기 시딩] 버튼을 눌러 초기 데이터를 생성하세요.
좌측 목록에서 조회할 테이블을 선택하세요.