(string/format "CREATE TABLE IF NOT EXISTS %s(" (name table-name)); stmt (clojure.string/join ", " (map (fn [[column type] x]; (str (name column) " " type)) ...
確定! 回上一頁