class CreateEziiIntegrations

typed: true

Public Instance Methods

change() click to toggle source
# File server/redux-os/db/migrate/20190818174938_create_ezii_integrations.rb, line 3
def change
  create_table :ezii_integrations do |t|

    t.timestamps
  end
end