(defmethod save-schema-table-if-necessary ((table schema-table)) (when (dirty-p table) (save-schema-table table)))