# File lib/twitter/cli/migrations/20080722194500_create_accounts.rb, line 2
  def self.up
    create_table :accounts do |t|
      t.string :username, :password
      t.boolean :current
      t.timestamps
    end
  end