Sha256: 35002c23870d1fabaf8573421443f8c73435d2dea658a81f693203a7712de403
Contents?: true
Size: 310 Bytes
Versions: 14
Compression:
Stored size: 310 Bytes
Contents
class JoinTableTemplatesPages < ActiveRecord::Migration def change create_table "#{Landable.configuration.database_schema_prefix}landable.page_templates", id: :uuid, primary_key: :page_template_id do |t| t.uuid :page_id, null: false t.uuid :template_id, null: false end end end
Version data entries
14 entries across 14 versions & 1 rubygems