createViewStatements property

Map<SqlDialect, String>? createViewStatements

The CREATE VIEW sql statement that can be used to create this view, depending on the dialect used by the current database.

This will be null if the view was defined in Dart.

Implementation

Map<SqlDialect, String>? get createViewStatements;