Sha256: 87cd881c2fb29e181c10dd83196a7bc80387acb6b1c110eb1ce29b6e640fc4b9
Contents?: true
Size: 268 Bytes
Versions: 94
Compression:
Stored size: 268 Bytes
Contents
class CreateSessions < ActiveRecord::Migration[5.1] def change create_table :sessions, id: :uuid do |t| t.string :title t.text :description t.string :author t.uuid :event_id t.string :video_url t.timestamps end end end
Version data entries
94 entries across 94 versions & 1 rubygems