SchemaFromCreateTable constructor

const SchemaFromCreateTable({
  1. bool driftExtensions = false,
  2. bool driftUseTextForDateTime = false,
  3. AnalyzeStatementOptions? statementOptions,
})

Implementation

const SchemaFromCreateTable({
  this.driftExtensions = false,
  this.driftUseTextForDateTime = false,
  this.statementOptions,
});