[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EntityDdl` class in the Database Migration v1 API represents a single DDL statement for a specific database entity."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cEntityDdl\u003e`, `IDeepCloneable\u003cEntityDdl\u003e`, and `IBufferMessage`, and inherits from `object`."],["`EntityDdl` includes properties like `Ddl` (the DDL code), `DdlType` (type of DDL), `Entity` (database entity name), `EntityType` (the sub-entity type), and `IssueId` (entity issues found)."],["The latest version of this API is 2.5.0, with the document focused on version 2.4.0, and it lists previous versions down to 1.0.0."],["The constructor `EntityDdl()` is used to create an empty `EntityDdl` instance, while `EntityDdl(EntityDdl other)` creates a copy of the provided `EntityDdl` object."]]],[]]