mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-05 20:04:49 +03:00
Update definitions for test.
This commit is contained in:
parent
7a6d0516c2
commit
c6ff5c215c
@ -1,9 +1,7 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
|
||||
module PgTest (
|
||||
tests
|
||||
) where
|
||||
module PgTest where
|
||||
|
||||
import Distribution.TestSuite (Test)
|
||||
import PgTestDataSource (defineTable)
|
||||
|
@ -6,6 +6,7 @@ create0='
|
||||
CREATE TABLE TEST.test_table0 (
|
||||
foo smallint NOT NULL,
|
||||
foo_bar integer NOT NULL,
|
||||
par_ent integer NOT NULL,
|
||||
bar date,
|
||||
bar_baz text,
|
||||
baz VARCHAR(10),
|
||||
|
Loading…
Reference in New Issue
Block a user