Sha256: 4faa1715bbfac3fc305c7fbe67502505b7ba1c5a1863bff70c5eab629c90d555
Contents?: true
Size: 361 Bytes
Versions: 6
Compression:
Stored size: 361 Bytes
Contents
class CreateDocuments < ActiveRecord::Migration def change create_table :documents do |t| t.integer :folder_id t.integer :room_id t.string :name t.time :updated_at t.integer :uuid t.integer :user_id t.integer :file_size t.string :file_content_type t.string :state t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems