Initial commit
This commit is contained in:
9
db/migrate/20200326172542_create_zoom_meetings.rb
Normal file
9
db/migrate/20200326172542_create_zoom_meetings.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateZoomMeetings < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :zoom_meetings do |t|
|
||||
t.string :api_meeting_id
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user