How do I rename a database table in web2py?If there is not a direct way, what is the best workaround to do this?All I found was this thread http://groups.google.com/group/web2py/browse_thread/thread/e
I\'m doing some bulk migration of a large Oracle database. The first step of this involves renaming a whole load of tables as a preparation for dropping them later (but I need to keep the data in them
i have change name of table through procedure sp_rename.Do i need to change fk constraint of child table?开发者_如何学运维 Constraints and indexes will be automatically renamed, but you will need to m