Access uses type :access as the database_type
# File lib/sequel/adapters/shared/access.rb, line 9 def database_type :access end
Access uses type Counter for an autoincrementing keys
# File lib/sequel/adapters/shared/access.rb, line 26 def serial_primary_key_options {:primary_key => true, :type=>:Counter} end
Generated with the Darkfish Rdoc Generator 2.