System Column Placement
Control the placement of system columns relative to the defined table columns based on configurations. Choose whether system columns should be added before or after the table columns.
Options: A (After), B (Before)
| Option | Behavior |
|---|---|
A (default) | System columns are added after the table's defined columns |
B | System columns are added before the table's defined columns |
A blank or unrecognized value is treated as B.
When to Change This Setting
This is a layout preference for the generated table definitions; it does not affect load behavior. Choose the placement that best matches your team's conventions for reading and comparing table structures.
Related Settings
| Setting | Interaction |
|---|---|
| Add SQL Defaults | Nullability and default enforcement for the same system columns |
Notes
- This setting is part of the Core settings category.
- The default value for this setting is
A.