fix: parser no longer breaks on encountering indexes that contain expression columns
This commit is contained in:
@@ -39,6 +39,7 @@ type Index struct {
|
||||
Columns []string
|
||||
IsUnique bool `db:"is_unique"`
|
||||
// TODO: `where ...` for partial indexes
|
||||
// TODO: identify columns that are expressions
|
||||
}
|
||||
|
||||
type Schema struct {
|
||||
|
||||
Reference in New Issue
Block a user