mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: added index operations for mysql service
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user