+ 卧槽爆炸
This commit is contained in:
parent
11140c0bd0
commit
737b0c0bd2
@ -108,7 +108,7 @@ public class SQLColumn extends IColumn {
|
||||
|
||||
private String convertToOptions() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
Arrays.stream(columnOptions).forEach(option -> builder.append(" ").append(option));
|
||||
Arrays.stream(columnOptions).forEach(option -> builder.append(" ").append(option.getText()));
|
||||
if (defaultValue != null) {
|
||||
if (defaultValue instanceof String) {
|
||||
builder.append(" DEFAULT '").append(defaultValue).append("'");
|
||||
|
Loading…
Reference in New Issue
Block a user