共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > add-column-after |
add-column-after
|
0 | 0 | 6 |
贡献者 | 讨论 | 代码提交 |
add_column_after PluginCurrently MySQL Only
Allows specification of :after to add_column and change column in accordance with http://dev.mysql.com/doc/refman/5.0/en/alter-table.html
Examples:
add_column :table_name, :column_name, :type, :after => 'other_column_name' change_column :table_name, :column_name, :type, :after => 'other_column_name'
Install:
./script/plugin install http://add-column-after.googlecode.com/svn/trunk/add_column_after
Project Site: http://code.google.com/p/add-column-after/