Skip to content

Commit a6b0eb9

Browse files
authored
Merge pull request #1961 from tarantool/pgulutzan-gh-1650
Fixes gh-1650 Add columns to existing tables in SQL
2 parents 9856b66 + d65424b commit a6b0eb9

File tree

4 files changed

+150
-117
lines changed

4 files changed

+150
-117
lines changed

doc/reference/reference_sql/alter_table.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ stack (
66
line(
77
' RENAME ', ' TO ', 'new-table-name'
88
),
9+
line(
10+
' ADD ', ' COLUMN ', 'column-name', 'column-definition'
11+
),
912
line(
1013
' ADD ', ' CONSTRAINT ', 'constraint-name', 'constraint-definition'
1114
),

0 commit comments

Comments
 (0)