Skip to content

Commit ed0a840

Browse files
committed
recreated create topics migration
1 parent ac77606 commit ed0a840

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class CreateTopics < ActiveRecord::Migration[5.2]
2+
def change
3+
create_table :topics do |t|
4+
t.string :title
5+
t.timestamps
6+
end
7+
end
8+
end

0 commit comments

Comments
 (0)