Skip to content

Commit

Permalink
feat: added index operations for mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Sep 4, 2024
1 parent f566689 commit aa0cb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/entity/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type DatabaseColumn struct {
Name string `json:"name"`
Type string `json:"type"`
PrimaryKey bool `json:"primary_key,omitempty"`
Null bool `json:"null"`
NotNull bool `json:"not_null"`
Key string `json:"key,omitempty"`
Default string `json:"default"`
Extra string `json:"extra,omitempty"`
Expand Down

0 comments on commit aa0cb96

Please sign in to comment.