Skip to content

Commit

Permalink
Fix documentation for create_table column :primary_key option (Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 11, 2020
1 parent 8a8a939 commit 5417b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel/database/schema_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def check(*args, &block)
# :on_update :: Specify the behavior of this column when being updated
# (:restrict, :cascade, :set_null, :set_default, :no_action).
# :primary_key :: Make the column as a single primary key column. This should not
# be used if you have a single, nonautoincrementing primary key column
# be used if you want a single autoincrementing primary key column
# (use the primary_key method in that case).
# :primary_key_constraint_name :: The name to give the primary key constraint
# :primary_key_deferrable :: Similar to :deferrable, but for the primary key constraint
Expand Down

0 comments on commit 5417b22

Please sign in to comment.