Sha256: 1910f1f59c8f76dc1016d90a2e794a9e674c55b7852f71112d7931b9c431be32
Contents?: true
Size: 288 Bytes
Versions: 160
Compression:
Stored size: 288 Bytes
Contents
class AddCommentModel < ActiveRecord::Migration[4.2] def change create_table :comments do |t| t.integer :exercise_id t.integer :submission_id t.string :type t.string :content t.string :author t.datetime :date t.timestamps end end end
Version data entries
160 entries across 160 versions & 2 rubygems