Project

General

Profile

Download (196 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddForemanInternalTable < ActiveRecord::Migration[5.2]
def change
create_table :foreman_internals do |t|
t.string :key
t.string :value
t.timestamps
end
end
end
(322-322/386)