Skip to content

Commit

Permalink
Merge pull request #6 from tamu-edu-students/mrunmay_database
Browse files Browse the repository at this point in the history
Mrunmay database
  • Loading branch information
kushalnl7 authored Oct 2, 2024
2 parents 0ee08f2 + f179ab1 commit 7f9138f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db/migrate/20241001163300_create_users.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
class CreateUsers < ActiveRecord::Migration[7.2]
def change
create_table :users do |t|
t.string :name, null: false
t.integer :age, null: false
t.string :gender, null: false
t.timestamps
end
end
end
21 changes: 21 additions & 0 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f9138f

Please sign in to comment.