diff options
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 3a2fc17e59c..edc179b20fd 100644 --- a/app/models/snippet.rb +++ b/app/models/snippet.rb @@ -4,11 +4,11 @@ # # id :integer not null, primary key # title :string(255) -# content :text +# content :text(2147483647) # author_id :integer not null # project_id :integer -# created_at :datetime -# updated_at :datetime +# created_at :datetime not null +# updated_at :datetime not null # file_name :string(255) # expires_at :datetime # private :boolean default(TRUE), not null |
