i created a table with the following schema in code
DB.create_table :Pokemon do primary_key :id String :first_name String :last_name String :email
You need to use Sequel's pg_array extension, see http://sequel.rubyforge.org/rdoc-plugins/files/lib/sequel/extensions/pg_array_rb.html