Sha256: 7b89b8e6d32408ad1dc22991e4058222e24e7739a0a22682025b8de74caf7ed6

Contents?: true

Size: 145 Bytes

Versions: 294

Compression:

Stored size: 145 Bytes

Contents

class CreateArtists < Sequel::Migration
  def up
    create_table(:sm1122){Integer :smc12}
  end
  
  def down
    drop_table(:sm1122)
  end
end

Version data entries

294 entries across 141 versions & 4 rubygems

Version Path
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/sequel-5.29.0/spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/sequel-5.29.0/spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.29.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.29.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.28.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.28.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.27.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.27.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
tdiary-5.1.0 vendor/bundle/gems/sequel-5.26.0/spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
tdiary-5.1.0 vendor/bundle/gems/sequel-5.26.0/spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.26.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.26.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.25.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb
sequel-5.25.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.24.0 spec/files/interleaved_timestamped_migrations/1273253850_create_artists.rb
sequel-5.24.0 spec/files/convert_to_timestamp_migrations/1273253850_create_artists.rb