summaryrefslogtreecommitdiff
path: root/db/migrate/20140429074437_create_teams.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140429074437_create_teams.rb')
-rw-r--r--db/migrate/20140429074437_create_teams.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/migrate/20140429074437_create_teams.rb b/db/migrate/20140429074437_create_teams.rb
new file mode 100644
index 0000000..dd8397d
--- /dev/null
+++ b/db/migrate/20140429074437_create_teams.rb
@@ -0,0 +1,8 @@
+class CreateTeams < ActiveRecord::Migration
+ def change
+ create_table :teams do |t|
+
+ t.timestamps
+ end
+ end
+end