Added some models
User Item Department Categorie AssignmentLog Room
This commit is contained in:
11
db/migrate/20260521125254_create_rooms.rb
Normal file
11
db/migrate/20260521125254_create_rooms.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateRooms < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
create_table :rooms do |t|
|
||||
t.string :name
|
||||
t.string :building
|
||||
t.string :floor
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user