Sha256: 8bcc557f153ca7111ad31a8340b58ddad35ad034fdf67cc2aa2edd58c6ceb9ec
Contents?: true
Size: 388 Bytes
Versions: 40
Compression:
Stored size: 388 Bytes
Contents
class CreateEasyMLSplitters < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :easy_ml_splitters do |t| t.string :splitter_type, null: false t.json :configuration t.bigint :dataset_id, null: false t.timestamps t.index :splitter_type t.index :created_at t.index :dataset_id end end end
Version data entries
40 entries across 40 versions & 1 rubygems