change do
    create_table :images do
      primary_key :id
      column :filename, String
      column :image_data, String