Skip to content

Commit 9252ec7

Browse files
authored
Update README.md
1 parent 8c33e2c commit 9252ec7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ npm run cert
137137
1. Locate and click on the "Build Database" button under the Action section on the left side of the page. This will render the canvas for you to create your database schema.
138138
2. Click on "Add Table" to name the first table and start building your database.
139139

140-
## Adding row(s) to a table
140+
## Adding column(s) to a table
141141

142-
1. To add a new row in a table, click on the add icon on the top right of the table node. This will render a new row in the table in edit mode.
142+
1. To add a new column in a table, click on the add icon on the top right of the table node. This will render a new column in the table in edit mode.
143143
![Screenshot 2022-10-29 093211](https://user-images.githubusercontent.com/101940529/198837146-e81a858a-a7aa-41d8-9396-e4db38776fa5.png)
144144

145-
### Editing an existing row in a table
145+
### Editing an existing column in a table
146146

147-
1. Click on the edit icon of the specific row that you want to edit.
148-
2. You can make changes to row fields based on the selections provided.
147+
1. Click on the edit icon of the specific column that you want to edit.
148+
2. You can make changes to column fields based on the selections provided.
149149
3. Click on the save icon to keep your changes.
150150
4. Click on the cancel icon to cancel your changes.
151151

@@ -156,10 +156,10 @@ npm run cert
156156
3. Click save or cancel to proceed.
157157
4. Click on the save icon to keep your changes or click on the cancel icon to cancel your changes.
158158

159-
## Deleting an existing row in a table
159+
## Deleting an existing column in a table
160160

161-
1. Click on the delete icon of the specific row that you want to delete.
162-
2. Click on the confirm icon to delete the row.
161+
1. Click on the delete icon of the specific column that you want to delete.
162+
2. Click on the confirm icon to delete the column.
163163
3. Click on the cancel icon to cancel the deletion.
164164

165165
### Navigating the canvas

0 commit comments

Comments
 (0)