Correct annotations

allow longer usernames (up to 60)
This commit is contained in:
Sam
2014-04-15 15:53:48 +10:00
parent 86985e345e
commit 862a6696c0
41 changed files with 117 additions and 108 deletions

View File

@@ -15,8 +15,8 @@ end
# id :integer not null, primary key
# topic_id :integer not null
# invite_id :integer not null
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#