mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-16804 SYSTEM VERSIONING columns not showing as GENERATED
Closes #830
This commit is contained in:
committed by
Sergei Golubchik
parent
4a3d51c76c
commit
2e73561c6c
@@ -54,7 +54,7 @@ character_octet_length NULL
|
||||
character_set_name NULL
|
||||
collation_name NULL
|
||||
column_key
|
||||
extra INVISIBLE
|
||||
extra STORED GENERATED, INVISIBLE
|
||||
column_comment start
|
||||
is_generated ALWAYS
|
||||
generation_expression ROW START
|
||||
@@ -69,7 +69,7 @@ character_octet_length NULL
|
||||
character_set_name NULL
|
||||
collation_name NULL
|
||||
column_key
|
||||
extra INVISIBLE
|
||||
extra STORED GENERATED, INVISIBLE
|
||||
column_comment end
|
||||
is_generated ALWAYS
|
||||
generation_expression ROW END
|
||||
|
Reference in New Issue
Block a user