Helper function that clones parent table schema onto new table.
name – new table name
parent – parent table to copy schema from
newcols – names of new columns to be added
ignorecols – names of columns to be ignored while cloning
swapcols – alternative column schema
ignorecons – names of constraints to be ignored
sqlalchemy.Table instance
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.