managedColumns property
List of Column that are managed by this table.
This is mostly used to exclude columns created by implicit relations.
Implementation
List<Column> get managedColumns => columns;
List of Column that are managed by this table.
This is mostly used to exclude columns created by implicit relations.
List<Column> get managedColumns => columns;