Sha256: 8eaf5f22ea7c8aaec33b60199db92e9aeb70b5636ff88076d887bc32a5895ef2
Contents?: true
Size: 315 Bytes
Versions: 31
Compression:
Stored size: 315 Bytes
Contents
class CreateSmithyContentBlockTemplates < ActiveRecord::Migration def change create_table :smithy_content_block_templates do |t| t.belongs_to :content_block t.string :name t.text :content t.timestamps end add_index :smithy_content_block_templates, :content_block_id end end
Version data entries
31 entries across 31 versions & 1 rubygems