DEBSOURCES
Skip Quicknav
sources / ruby-sequel / 5.63.0-2 / spec / files / convert_to_timestamp_migrations / 1273253850_create_artists.rb
123456789
class CreateArtists < Sequel::Migration def up create_table(:sm1122){Integer :smc12} end def down drop_table(:sm1122) end end