Sha256: 9e983372218a6368c1ee341c317cb50c8c7cb8e2d8086587a5c0ba4f1c4cc3d2
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
class CreateNotes < ActiveRecord::Migration def change create_table :notes do |t| t.string :author t.string :column_name t.text :note_text t.string :table_name t.timestamps end end end
Version data entries
7 entries across 7 versions & 2 rubygems