Sack Library Documentation
|
enum CreateTableOptions { CTO_DROP = 1, CTO_MATCH = 4, CTO_MERGE = 8, CTO_LOG_CHANGES = 16 };
Members |
Description |
CTO_DROP = 1 |
drop old table before create. |
CTO_MATCH = 4 |
attempt to figure out alter statements to drop or add columns to exact match definition |
CTO_MERGE = 8 |
attempt to figure out alter statements to add missing columns, do not drop. Rename? |
CTO_LOG_CHANGES = 16 |
log changes to "changes.sql |
CreateTable Options (CTO_)
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|