+# == Schema Information
+#
+# Table name: oauth_nonces
+#
+# id :integer not null, primary key
+# nonce :string
+# timestamp :integer
+# created_at :datetime
+# updated_at :datetime
+#
+# Indexes
+#
+# index_oauth_nonces_on_nonce_and_timestamp (nonce,timestamp) UNIQUE
+#
+