mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added all like options while creating a table. #6377
This commit is contained in:
@@ -95,6 +95,10 @@ describe('TableSchema', ()=>{
|
||||
like_indexes: false,
|
||||
like_storage: false,
|
||||
like_comments: false,
|
||||
like_compression: false,
|
||||
like_generated: false,
|
||||
like_identity: false,
|
||||
like_statistics: false
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user