scinote-web/db/migrate/20171026090804_create_datatables_teams.rb

6 lines
116 B
Ruby

class CreateDatatablesTeams < ActiveRecord::Migration[5.0]
def change
create_view :datatables_teams
end
end