Skip to content

Commit 964d813

Browse files
authored
Update README.md
1 parent 192a510 commit 964d813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ try {
4747
ITable table = mySQL.table("users");
4848

4949
// Create table
50-
Create create = table.create();
50+
Create create = table.create().ifNotExists();
5151

5252
// Table columns
5353
create.id();

0 commit comments

Comments
 (0)