2022-05-02 16:15:57 +03:00
|
|
|
type: run_sql
|
2018-12-19 09:34:27 +03:00
|
|
|
args:
|
2022-05-02 16:15:57 +03:00
|
|
|
sql: |
|
|
|
|
create table hge_tests.test_t1(
|
|
|
|
c1 int,
|
|
|
|
c2 text
|
|
|
|
);
|
|
|
|
create table hge_tests."TEST_T2"(
|
|
|
|
c1 int,
|
|
|
|
c2 text
|
|
|
|
);
|
|
|
|
create table "Test_T3"(
|
|
|
|
c1 int,
|
|
|
|
c2 text
|
|
|
|
);
|