Skip to content

Commit

Permalink
Fixing the schema statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
delynn committed Apr 13, 2009
1 parent 727c4f2 commit d210700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uuid_fu/schema_statements.rb
Expand Up @@ -9,7 +9,7 @@ module InstanceMethods
def type_to_sql_with_uuid(type, limit = nil, precision = nil, scale = nil)
case type.to_s
when "uuid" then
type = "uuid"
type = "varchar(32)"
limit = 32
when "uuid_key" then
type = "varchar(32) primary key"
Expand Down

0 comments on commit d210700

Please sign in to comment.