package org.dbflute.erflute.db.impl.sqlite;

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

public class SQLiteTableProperties extends TableProperties {

    private static final long serialVersionUID = 1L;
}
