method
uuid
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
uuid(name, options = {})public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 59
def uuid(name, options = {})
column(name, :uuid, options)
end