Sha256: e5556ff9fb01e7df934284c8b71ec4c5615ac1c12e57870f0594d0cca30e51f0
Contents?: true
Size: 146 Bytes
Versions: 72
Compression:
Stored size: 146 Bytes
Contents
class AddDescriptionToSnippet < ActiveRecord::Migration def change add_column :snippets, :description, :text, after: 'identifier' end end
Version data entries
72 entries across 72 versions & 1 rubygems