Sha256: 38836e73b95e6532489e9f9c9b51c8e04d2cb4d46b5a8251cd2190600553dbdf
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %> def change create_table :feste_subscriptions do |t| t.integer :subscriber_id, null: false t.string :subscriber_type, null: false t.string :category, null: false t.boolean :canceled, null: false, default: false t.string :token, null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems