From a787ecc2bff70ee705f09d3ba9b38b24394f5075 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 10 Feb 2010 16:07:04 +0100 Subject: LONGTEXT for mysql columns --- application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 6f4dd29..d3787a9 100644 --- a/application.rb +++ b/application.rb @@ -7,8 +7,8 @@ class Model property :id, Serial property :uri, String, :length => 100 #property :task_uri, String, :length => 100 - property :owl, Text - property :yaml, Text + property :owl, Text, :length => 2**32-1 + property :yaml, Text, :length => 2**32-1 property :created_at, DateTime end -- cgit v1.2.3