Sha256: 1d4a73580c174431a2cad8e2c510dc470e31373f02a7f86a2cbfcf8aedb33cc9
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
class CreateJeraPushMessages < ActiveRecord::Migration<%= migration_version %> def change create_table :jera_push_messages do |t| t.string :title t.text :body t.json :data t.string :multicast_id t.text :broadcast_result t.string :status t.string :kind t.string :topic t.string :firebase_id t.json :error_message t.integer :failure_count, default: 0 t.integer :success_count, default: 0 t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems