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
1313 <groupId>com.code</groupId>
1414 <artifactId>advancedsql</artifactId>
1515 <version>2.0.0</version>
16+ <scope>system</scope>
1617 <systemPath>${project.basedir}/lib/AdvancedSQL.jar</systemPath>
1718</dependency>
1819```
4647 ITable table = mySQL. table(" users" );
4748
4849 // Create table
49- Create create = table. create();
50+ Create create = table. create(). ifNotExists() ;
5051
5152 // Table columns
5253 create. id();
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >junit</groupId >
4040 <artifactId >junit</artifactId >
41- <version >4.12 </version >
41+ <version >4.13.1 </version >
4242 <scope >test</scope >
4343 </dependency >
4444 </dependencies >
You can’t perform that action at this time.
0 commit comments