first commit
This commit is contained in:
11
db/migrate/20240203133354_create_suggestions.rb
Normal file
11
db/migrate/20240203133354_create_suggestions.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateSuggestions < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :suggestions do |t|
|
||||
t.string :subject
|
||||
t.text :body
|
||||
t.boolean :sent
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user