Sha256: 7b96a3e58a0187d2bff511bc78220c82ca6431b5d2f1a4e9e046f37ca673a8c9

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 Bytes

Contents

Sequel.migration do
  change do
    create_table(:influencees) do
      primary_key :id
      foreign_key :workspace_id, :workspaces, :on_delete => :cascade, :index => true
      String :screen_name, :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/014_create_influencees.rb
birdwatcher-0.3.1 db/migrations/014_create_influencees.rb
birdwatcher-0.1.0 db/migrations/014_create_influencees.rb