👈 {{ t('table.selectTableHint') }}
📊 {{ state.tableSchema.table_name }}
{{ state.tableSchema.row_count }} {{ t('table.rowsCount') }}
| {{ t('table.colName') }} | {{ t('table.colType') }} | {{ t('table.colNullable') }} | {{ t('table.colPrimaryKey') }} | {{ t('table.colDefault') }} | {{ t('table.colComment') }} |
|---|---|---|---|---|---|
| {{ col.name }} | {{ col.type }} | {{ col.nullable !== false ? '是' : '否' }} | 🔑 - | {{ col.default_value || '-' }} | {{ col.comment || '-' }} |
| {{ col.name }} ↑ ↓ |
|---|
| {{ row[col.name] }} |
第 {{ state.currentPageNum }} / {{ totalPages }} 页