File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Download the latest JAR: https://github.com/DenzelCode/AdvancedSQL/releases/late
13
13
<groupId>com.code</groupId>
14
14
<artifactId>advancedsql</artifactId>
15
15
<version>2.0.0</version>
16
+ <scope>system</scope>
16
17
<systemPath>${project.basedir}/lib/AdvancedSQL.jar</systemPath>
17
18
</dependency>
18
19
```
46
47
ITable table = mySQL. table(" users" );
47
48
48
49
// Create table
49
- Create create = table. create();
50
+ Create create = table. create(). ifNotExists() ;
50
51
51
52
// Table columns
52
53
create. id();
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >junit</groupId >
40
40
<artifactId >junit</artifactId >
41
- <version >4.12 </version >
41
+ <version >4.13.1 </version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
</dependencies >
You can’t perform that action at this time.
0 commit comments