class
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid
v7.2.3 -
Show latest stable
- Superclass: ActiveRecord::Type::Value
No documentation available for this class.
Constants
ACCEPTABLE_UUID = %r{\\A(\\{)?([a-fA-F0-9]{4}-?){8}(?(1)\\}|)\\z}
CANONICAL_UUID = %r{\\A[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}\\z}
Files
- activerecord/lib/active_record/connection_adapters/postgresql/oid/uuid.rb