Sha256: c85600e5cc43d00c1fb0ef2406c89dc00f7274ad9b5463dc1094ae44c06514a8
Contents?: true
Size: 347 Bytes
Versions: 160
Compression:
Stored size: 347 Bytes
Contents
class AddCourse < ActiveRecord::Migration[5.1] def change create_table :courses do |t| t.string :uid t.string :slug t.string :days, array: true t.string :code t.string :shifts, array: true t.string :period t.string :description t.integer :organization_id t.timestamps end end end
Version data entries
160 entries across 160 versions & 2 rubygems