Class: Dimension
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Dimension
- Defined in:
- app/models/dimension.rb
Overview
Schema Information
Table name: dimensions
id :integer not null, primary key
an_occasion :boolean default(FALSE)
deleted_at :datetime
identifier :string(191)
name :string(191)
order_number :integer default(100)
created_at :datetime not null
updated_at :datetime not null