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 b13a170 commit a25d965Copy full SHA for a25d965
db/migrate/20240618025325_add_note_to_dojos.rb
@@ -0,0 +1,5 @@
1
+class AddNoteToDojos < ActiveRecord::Migration[6.1]
2
+ def change
3
+ add_column :dojos, :note, :string, null: false, default: ""
4
+ end
5
+end
0 commit comments