-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
比如
gmt_create datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
` // default value
String defaultValue = tapField.getDefaultValue() == null ? "" : tapField.getDefaultValue().toString();
if (StringUtils.isNotBlank(defaultValue)) {
if (defaultValue.contains("'")) {
defaultValue = StringUtils.replace(defaultValue, "'", "''");
}
if (tapField.getTapType() instanceof TapNumber) {
defaultValue = defaultValue.trim();
}
fieldSql += " DEFAULT '" + defaultValue + "'";
}`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels