View Revisions: Issue #765
Summary | 0000765: Create table DDL and dbexport / dbimport should support generated / calculated / computed / virtual columns | ||
---|---|---|---|
Revision | 2024-07-11 14:30 by elong | ||
Description | An example of the way it current behaves on export: <column name="UPR_LN_CNCT" type="VARCHAR" size="120" default="UPPER("LN_CNCT")"/> An example of how it could detect a generated column: <column name="UPR_LN_CNCT" type="VARCHAR" size="120" generated="true" default="UPPER("LN_CNCT")"/> |
||
Revision | 2012-08-09 19:45 by |
||
Description | An example of the way it current behaves on export: <column name="UPR_LN_CNCT" type="VARCHAR" size="120" default="UPPER("LN_CNCT")"/> |