| Package | Description |
|---|---|
| org.openingo.jdkits.db |
| Modifier and Type | Method and Description |
|---|---|
DDLKit.Table |
DDLKit.Table.addColumn(DDLKit.Column column)
添加一列到表中
|
DDLKit.Table |
DDLKit.Table.addColumns(List<DDLKit.Column> columns)
添加Columns
|
static DDLKit.Table |
DDLKit.createTable(String tableName,
String comment)
创建一个table,没有任何列
|
Copyright © 2021. All rights reserved.