Sha256: d19ec8d565186763d81b860a8694a0885724613513b55846c8cff8079d0209c1
Contents?: true
Size: 325 Bytes
Versions: 36
Compression:
Stored size: 325 Bytes
Contents
class CreateCertificatePrograms < ActiveRecord::Migration[5.1] def change create_table :certificate_programs do |t| t.string :title t.string :template_html_erb t.text :description t.string :background_image_url t.references :organization, index: true t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems