Sha256: 6f004cf5b1f432ad9e0cf2a88671f3ce9506932d6c2300debc1407f888b5f27c
Contents?: true
Size: 236 Bytes
Versions: 160
Compression:
Stored size: 236 Bytes
Contents
class CreateExerciseRepos < ActiveRecord::Migration[4.2] def change create_table :exercise_repos do |t| t.string :github_url t.string :name t.references :author, index: true t.timestamps end end end
Version data entries
160 entries across 160 versions & 2 rubygems