db migration

This commit is contained in:
KaungKaung
2026-01-26 15:05:12 +06:30
parent e0ac034974
commit 754a76fd5d
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddDescriptionToProjects < ActiveRecord::Migration[8.1]
def change
add_column :projects, :description, :string
end
end