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

📊 {{ state.tableSchema.table_name }} ({{ state.tableSchema.table_comment }}) ⚠️ {{ t('dataEdit.usingInternalRowId') }}
{{ 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 || '-' }}
⚠️ {{ t('dataEdit.usingInternalRowId') }}