We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8973412 commit a35c979Copy full SHA for a35c979
migrations/002_change_url_to_text.rb
@@ -1,7 +1,7 @@
1
Sequel.migration do
2
up do
3
alter_table :links do
4
- set_column_type :url, Text
+ set_column_type :url, String, :text => true
5
end
6
7
0 commit comments