Skip to content

Commit

Permalink
docs: rerun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Sep 27, 2024
1 parent 697ba34 commit 9a143d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/lib/snippets/schema.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class ColumnConstraint extends Table {
late final name =
integer().nullable().customConstraint('COLLATE BINARY')(); // (1!)
// #enddocregion custom_column_constraint

// #docregion custom_column_constraint_not_nullable
late final username = integer().customConstraint('NOT NULL COLLATE BINARY')();
// #enddocregion custom_column_constraint_not_nullable
Expand Down

0 comments on commit 9a143d5

Please sign in to comment.