OSDN Git Service

Table description indentation fixed
authorAndrew8xx8 <avk@8xx8.ru>
Fri, 8 Feb 2013 11:42:14 +0000 (15:42 +0400)
committerAndrew8xx8 <avk@8xx8.ru>
Thu, 28 Feb 2013 13:15:22 +0000 (17:15 +0400)
app/models/namespace.rb

index 992ead4..c6b3e94 100644 (file)
@@ -2,14 +2,14 @@
 #
 # Table name: namespaces
 #
-#  id         :integer          not null, primary key
-#  name       :string(255)      not null
+#  id          :integer          not null, primary key
+#  name        :string(255)      not null
 #  description :string(255)      not null
-#  path       :string(255)      not null
-#  owner_id   :integer          not null
-#  created_at :datetime         not null
-#  updated_at :datetime         not null
-#  type       :string(255)
+#  path        :string(255)      not null
+#  owner_id    :integer          not null
+#  created_at  :datetime         not null
+#  updated_at  :datetime         not null
+#  type        :string(255)
 #
 
 class Namespace < ActiveRecord::Base