diff --git a/db/migrate/20160124145100_create_object_types.rb b/db/migrate/20160124145100_create_object_types.rb
new file mode 100644
index 0000000000000000000000000000000000000000..74917748b4aa98e279ece1006f585a2e2c9d3db8
--- /dev/null
+++ b/db/migrate/20160124145100_create_object_types.rb
@@ -0,0 +1,7 @@
+class CreateObjectTypes < ActiveRecord::Migration
+  def change
+    create_table :object_types do |t|
+      t.string :name
+    end
+  end
+end