Use integers for schemas in insert

This commit is contained in:
Joe Nelson
2014-08-14 10:03:07 -07:00
parent 09da9e7e94
commit d25da99f10
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,5 +1,8 @@
-- {{{ Imports
{-# LANGUAGE OverloadedStrings #-}
module PgStructure where
import Data.Functor ( (<$>) )
@@ -18,6 +21,8 @@ import Database.HDBC.PostgreSQL
import Data.Aeson ((.=))
-- }}}
data Table = Table {
tableSchema :: String
, tableName :: String