Sha256: 30bd38159e464b85c36cd3a0502f60ff5a51b050b93c61b3202c21506a67a87b
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
class CreateBannerLiteBanners < ActiveRecord::Migration def change create_table :banner_lite_banners do |t| t.string :url t.string :file_name t.datetime :active_from t.datetime :active_until end end end
Version data entries
5 entries across 5 versions & 1 rubygems