Method: Sequel::Database#auto_increment_sql

Defined in:
lib/sequel/database/schema_sql.rb

#auto_increment_sqlObject

The SQL string specify the autoincrement property, generally used by primary keys.



62
63
64
# File 'lib/sequel/database/schema_sql.rb', line 62

def auto_increment_sql
  AUTOINCREMENT
end