Изменил(а) на 'README.md'
This commit is contained in:
parent
374cc6e7ee
commit
7743838258
|
@ -37,10 +37,10 @@ func main() {
|
||||||
Migration template using variables:
|
Migration template using variables:
|
||||||
```sql
|
```sql
|
||||||
|
|
||||||
CREATE TABLE table_name ON CLUSTER {{cluster}} (
|
CREATE TABLE table_name ON CLUSTER {{.cluster}} (
|
||||||
foo Int64,
|
foo Int64,
|
||||||
bar String
|
bar String
|
||||||
) ENGINE = ReplicatedReplacingMergeTree('{{replicated_path}}.table_name', '{replica}')
|
) ENGINE = ReplicatedReplacingMergeTree('{{.replicated_path}}.table_name', '{replica}')
|
||||||
```
|
```
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
Loading…
Reference in New Issue