Sha256: 246c6afe3145f4ebacd0516114aac8c7195c683ac8c5ace31d8c41ac359184ec
Contents?: true
Size: 193 Bytes
Versions: 4
Compression:
Stored size: 193 Bytes
Contents
class CreateTable2s < ActiveRecord::Migration def change create_table :table2s do |t| t.string :col1 t.string :col2 t.string :col3 t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems