packages feed

ihp-ide-1.5.0: IHP/IDE/SchemaDesigner/Types.hs

{-|
Module: IHP.IDE.SchemaDesigner.Types
Description: Types for representing an AST of SQL DDL
Copyright: (c) digitally induced GmbH, 2020

This module re-exports types from 'IHP.Postgres.Types' for backwards compatibility.
-}
module IHP.IDE.SchemaDesigner.Types
( module IHP.Postgres.Types
) where

import IHP.Postgres.Types