👈 {{ t('table.selectTableHint') }}

📊 {{ state.tableSchema.table_name }}

{{ state.tableSchema.table_comment }}

{{ 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 ? t('common.yes') : t('common.no') }} 🔑 - {{ col.default_value || '-' }} {{ col.comment || '-' }}
{{ col.name }}
{{ row[col.name] }}