DEBSOURCES
Skip Quicknav
sources / rails / 2%3A7.2.2.1%2Bdfsg-7 / activerecord / test / migrations / to_copy2 / 1_create_articles.rb
123456789
# frozen_string_literal: true class CreateArticles < ActiveRecord::Migration::Current def self.up end def self.down end end