$ rails generate migration AddDetailsToProducts part_number:string price:decimal
class AddSubjectsToBook < ActiveRecord::Migration
def change
add_column :books, :subjects, :text, array: true, default: []
end
end
Code Example |
---|
Ruby :: sort hash ruby |
Ruby :: list ruby versions |
Ruby :: ruby max 2 numbers |
Ruby :: ruby array replace element |
Ruby :: rails redirect_to with params |
Ruby :: ruby create csv |
Ruby :: sort array of hashes ruby |
Ruby :: ruby extract number from string |
Ruby :: ruby strings |
Ruby :: ruby loop through array |
Ruby :: iterate over array ruby |
Ruby :: ruby array remove by index |
Ruby :: log rails |
Ruby :: rails content for head |
Ruby :: rails get random record |
Ruby :: how to destroy a generate in rails |
Ruby :: format date rails created long |
Ruby :: rails controller generator |
Ruby :: ruby array last |
Ruby :: ide for ruby |
Ruby :: ruby on rails 4.2 how to add GET route |
Ruby :: find subset of two hashes in ruby |
Ruby :: ruby block_given? method |
Ruby :: devise trackable not working for authentication |
Ruby :: ruby find lower number array object |
Ruby :: logstash-logger gem |
Ruby :: class ruby |
R :: R string ascii accents |
R :: tbale() in R |
R :: delete rows by rowname in R |