Difference between revisions of "Data definition language (DDL)"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
== Related ==
 
== Related ==
 
* [[DDLs]]
 
* [[DDLs]]
 +
* [[MariaDB]]: DDL Fast Fail - [[WAIT]]/[[NOWAIT]]
  
 
[[AWS DMS]]
 
[[AWS DMS]]
Line 13: Line 14:
  
 
  2022-02-11T14:13:33 [SOURCE_UNLOAD  ]W:  Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes  (postgres_endpoint_unload.c:1064)
 
  2022-02-11T14:13:33 [SOURCE_UNLOAD  ]W:  Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes  (postgres_endpoint_unload.c:1064)
 +
 +
 +
INFO [alembic.runtime.migration] Will assume [[transactional]] DDL
  
 
== See also ==
 
== See also ==

Latest revision as of 11:34, 17 November 2022

wikipedia:Data definition language

Related[edit]

AWS DMS

2022-02-28T10:37:31 [TARGET_APPLY    ]W:  Failed to get DDL template. Action: 1, table: 'YOUR_TABLE' id :'86  (cloud_imp.c:2648)
2022-02-11T14:13:33 [SOURCE_UNLOAD   ]W:  Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes  (postgres_endpoint_unload.c:1064)


INFO [alembic.runtime.migration] Will assume transactional DDL

See also[edit]

Advertising: