change do
    create_table :elements do
      primary_key :id
      column :tag, String
      column :content, String