18 lines
401 B
Ruby
18 lines
401 B
Ruby
class PluginStoreRow < ActiveRecord::Base
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: plugin_store_rows
|
|
#
|
|
# id :integer not null, primary key
|
|
# plugin_name :string(255) not null
|
|
# key :string(255) not null
|
|
# type_name :string(255) not null
|
|
# value :text
|
|
#
|
|
# Indexes
|
|
#
|
|
# index_plugin_store_rows_on_plugin_name_and_key (plugin_name,key) UNIQUE
|
|
#
|