DEBSOURCES
Skip Quicknav
sources / netbeans-ide / 6.0.1%2Bdfsg-2 / ruby / hints / extrahints / test / unit / data / testfiles / convertblocks9.rb
123456789
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.column "hello", :string end end end