mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
dialect/sql/schema: add table schema (#3818)
This commit is contained in:
@@ -30,6 +30,7 @@ const (
|
||||
// Table schema definition for SQL dialects.
|
||||
type Table struct {
|
||||
Name string
|
||||
Schema string
|
||||
Columns []*Column
|
||||
columns map[string]*Column
|
||||
Indexes []*Index
|
||||
|
||||
Reference in New Issue
Block a user