class ExportTemplate

Schema Information

Table name: export_templates

id              :integer          not null, primary key
user_id         :integer
class_type      :string(255)
schema_template :text
active          :boolean          default(FALSE), not null
position        :integer
created_at      :datetime
updated_at      :datetime