DatabaseSchema constructor
DatabaseSchema({
- MySqlSchemaDetails? mysql,
- List<
DatabaseObjects> ? objects, - PostgreSqlSchemaDetails? postgresql,
- String? schemaName,
- SqlServerSchemaDetails? sqlServer,
- String? tablesSizeBytes,
Implementation
DatabaseSchema({
this.mysql,
this.objects,
this.postgresql,
this.schemaName,
this.sqlServer,
this.tablesSizeBytes,
});