Newer
Older
erflute_custom / src / org / dbflute / erflute / db / impl / h2 / H2TableProperties.java
ε‹δ½ζ…ŽδΉŸ on 22 Jun 277 bytes First Commit
package org.dbflute.erflute.db.impl.h2;

import org.dbflute.erflute.editor.model.diagram_contents.element.node.table.properties.TableProperties;

public class H2TableProperties extends TableProperties {

    private static final long serialVersionUID = 2802345970023438938L;
}