ColumnIndex constructor
ColumnIndex({})
Implementation
ColumnIndex({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.key,
required this.type,
required this.status,
required this.error,
required this.columns,
required this.lengths,
this.orders,
});