Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Aug 9, 2021
1 parent d8118eb commit 7c33825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/schema-builder/entity/Post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class Post {
@Column({ default: "My post" })
name: string;

@Column()
@Column({ nullable: true })
text: string;

@Column()
Expand Down

0 comments on commit 7c33825

Please sign in to comment.