Skip to content

Commit

Permalink
Update schema-builder.md (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanAvra committed Jul 18, 2023
1 parent 1e5da7f commit ccd0a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/schema-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ column.defaultTo('value', { constraintName: 'df_table_value' });

**column.unsigned()**

Specifies an integer as unsigned. No-op if this is chained off of a non-integer field.
Specifies a number as unsigned. Only for numeric values.

### notNullable

Expand Down

0 comments on commit ccd0a01

Please sign in to comment.