Init
This commit is contained in:
9
schema/check.go
Normal file
9
schema/check.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package schema
|
||||
|
||||
var (
|
||||
requiredAttributes = [2]string{"name", "type"}
|
||||
)
|
||||
|
||||
func (t *Table) Validate() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user