We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0fdd9 commit 91805b4Copy full SHA for 91805b4
db/migrations/20241105000000_add_options_to_route.rb
@@ -1,7 +1,7 @@
1
Sequel.migration do
2
up do
3
alter_table(:routes) do
4
- add_column :options, String, text: true, default: "{}"
+ add_column :options, String, text: true
5
end
6
7
down do
0 commit comments