# File lib/twitter/cli/migrations/20080722214606_create_configurations.rb, line 2
  def self.up
    create_table :configurations do |t|
      t.string :key
      t.text :data
      t.timestamps
    end
  end