diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-26 22:36:31 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-27 02:05:53 -0700 |
commit | 2a4359a572c123d117988487f9bb29f4ae176ceb (patch) | |
tree | 693f34b3dff465091a0e2c985af753ce28aae754 /app/models/snippet.rb | |
parent | a8870e87e4cc8ce441032dc6aa3dfa6e1812090e (diff) | |
download | gitlab-ce-2a4359a572c123d117988487f9bb29f4ae176ceb.tar.gz |
annotate models
Diffstat (limited to 'app/models/snippet.rb')
-rw-r--r-- | app/models/snippet.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/snippet.rb b/app/models/snippet.rb index bfd28684f20..10e376454b1 100644 --- a/app/models/snippet.rb +++ b/app/models/snippet.rb @@ -63,11 +63,11 @@ end # # Table name: snippets # -# id :integer(4) not null, primary key +# id :integer not null, primary key # title :string(255) # content :text -# author_id :integer(4) not null -# project_id :integer(4) not null +# author_id :integer not null +# project_id :integer not null # created_at :datetime not null # updated_at :datetime not null # file_name :string(255) |