module LocalizableValue
Schema Information¶ ↑
Table name: localized_pages
id :integer not null, primary key locale :string page_uid :string created_at :datetime not null updated_at :datetime not null
Schema Information¶ ↑
Table name: localized_values
id :integer not null, primary key localized_page_id :integer key :string value :string created_at :datetime not null updated_at :datetime not null type :string
Constants
- VERSION