UNPKG

hana-cli

Version:
26 lines (25 loc) 1.21 kB
<body> <div class="body conbody"> <p class="shortdesc">Table Column Listing</p> <p class="p"> This table displays detailed information about all columns (fields) in the inspected table. The Fields tab provides a comprehensive view of the table's structure, including column names, data types, lengths, constraints, and other metadata. </p> <p class="p"> Each row in this table represents a column in your database table. You can see information such as: </p> <ul class="ul"> <li class="li">Column name and position</li> <li class="li">Data type (VARCHAR, INTEGER, DATE, etc.)</li> <li class="li">Length or precision for applicable data types</li> <li class="li">Nullable flag (whether the column allows NULL values)</li> <li class="li">Default values, if any</li> <li class="li">Comments and column descriptions</li> </ul> <p class="p"> You can select multiple rows to copy column information or use this view to understand the complete structure of your table. </p> </div> </body>