Initial Commit
This commit is contained in:
commit
eacb6f444a
109 changed files with 2842 additions and 0 deletions
10
db/migrate/20250506085403_create_notes.rb
Normal file
10
db/migrate/20250506085403_create_notes.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
class CreateNotes < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
create_table :notes do |t|
|
||||
t.string :title
|
||||
t.text :body
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue