Sha256: fa2b1f55dfbad1308cab2bccf499a70b16a2d635e8caca59cc13ed0e0f54e66c
Contents?: true
Size: 234 Bytes
Versions: 31
Compression:
Stored size: 234 Bytes
Contents
class CreateAppConfig < ActiveRecord::Migration[6.0] def change create_table :app_configs, id: :uuid do |t| t.string :contact_email t.string :logo_url t.string :name t.timestamps end end end
Version data entries
31 entries across 31 versions & 1 rubygems