Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Napkin.Types.Postgres
Description
Synopsis
- data Postgres = Postgres
- data SetTableSchema = SetTableSchema {
- _rtFrom :: Ref Table
- _rtNewSchema :: Text
Documentation
Constructors
Postgres |
Instances
data SetTableSchema #
In Postgres it's not possible to RENAME and SET SCHEMA in a single query
Constructors
SetTableSchema | |
Fields
|