Sha256: ef6f479fbb10b918d01f09ecd8f1687d6b71c8dd42b6694be9c0226b08210fc2

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

Sequel.migration do
  change do
    create_table(:klout_topics) do
      primary_key :id
      foreign_key :workspace_id, :workspaces, :on_delete => :cascade, :index => true
      String :topic, :index => true
      DateTime :created_at, :index => true
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
birdwatcher-0.4.0 db/migrations/010_create_klout_topics.rb
birdwatcher-0.3.1 db/migrations/010_create_klout_topics.rb
birdwatcher-0.1.0 db/migrations/010_create_klout_topics.rb