${table.aliasExpression}${table.name} #if ($database.hasAdditionalSchema() && $table.hasSchema())  on ${table.schema} #end #if ($table.hasBehaviorQueryPath())  (outsideSql=${table.behaviorQueryPathList.size()}) #end

#if ($database.isAliasDelimiterInDbCommentValid()) #end #foreach ($col in $table.columns) #if ($database.isAliasDelimiterInDbCommentValid()) #end ${col.name} #end
PK ID UQ IX Not
Null
AliasName Type Size Def ForeignTable ReferrerTable Classification Comment PropertyName ${table.database.targetLanguageInitCap}Type
${col.primaryKeyMarkForSchemaHtml} #if ($col.isIdentityOrSequence())o#else  #end ${col.uniqueKeyMarkForSchemaHtml} ${col.indexMarkForSchemaHtml} #if ($col.isNotNull())*#else  #end${col.alias}${col.dbTypeExpression} #if ($col.hasColumnSize()) ${col.columnSize} #else  #end #if ($col.hasDefaultValue() && !$col.isIdentityOrSequence()) ${col.defaultValue}#else  #end ${col.foreignTableNameCommaStringWithHtmlHref}  ${col.referrerTableCommaStringWithHtmlHref}  #if ($col.hasClassification())${col.classificationName}#else  #end #if ($col.hasComment()) ${col.commentForSchemaHtml}#else  #end ${col.javaBeansRulePropertyName} ${col.javaNativeRemovedPackage}