Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2b0b244

Browse files
authored
Merge branch 'master' into db_restAPI
2 parents 27a2a3f + de3d4d4 commit 2b0b244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cloud/setup/first-time-setup-import-first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you begin, do the following:
2121

2222
### SSH access to cloud environments {#ssh}
2323

24-
To transfer the database dump and files to {{site.data.var.ece}}, you must know the SSH access link. You can locate the SSH access link using the [`magento-cloud`] CLI tool({{ site.baseurl }}/cloud/reference/cli-ref-topic.html):
24+
To transfer the database dump and files to {{site.data.var.ece}}, you must know the SSH access link. You can locate the SSH access link using the [Magento Cloud CLI tool]({{ site.baseurl }}/cloud/reference/cli-ref-topic.html):
2525

2626
```bash
2727
magento-cloud environment:ssh --pipe

src/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A column can have the following attributes:
124124
</tr>
125125
<tr>
126126
<td><code>length</code></td>
127-
<td>In text and binary types (including varchar and varbinary), specifies the length of a column.</td>
127+
<td>Specifies the length of a column. Can be used for `char`, `varchar`, and `varbinary` types.</td>
128128
</tr>
129129
<tr>
130130
<td><code>nullable</code></td>

0 commit comments

Comments
 (0)