Sha256: 472ca1538e8a4113a92a48b1f0835949957cc6858da00d1f6fb1a58a8dd2bb52
Contents?: true
Size: 247 Bytes
Versions: 10
Compression:
Stored size: 247 Bytes
Contents
ActiveRecord::Schema.define do self.verbose = false create_table :documents, :force => true do |t| t.string :status t.string :doc_type t.integer :external_id t.integer :outter_external_id t.timestamps null: true end end
Version data entries
10 entries across 10 versions & 3 rubygems