$ command line ruby cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:add a column: ALTER TABLE table_name ADD column_name datatype drop a column: ALTER TABLE table_name drop Gender column_name modify datatype of column: ALTER table table_name modify column_name datatype completely change a column ALTER table table_name change column_name new_column_name attributes
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.
Advertisement