Sha256: 1c2497cc8b9ca650f94888be2a00b6dceae341cd6223c8c2a90df7ebe4060cd8
Contents?: true
Size: 281 Bytes
Versions: 11
Compression:
Stored size: 281 Bytes
Contents
class CreateEasyMLSettings < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change unless table_exists?(:easy_ml_settings) create_table :easy_ml_settings do |t| t.json :configuration t.timestamps end end end end
Version data entries
11 entries across 11 versions & 1 rubygems