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 0b019e9 commit cde1976Copy full SHA for cde1976
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: nil
+ add_column :options, String, size: 255, default: nil
5
end
6
7
down do
0 commit comments