package schema var ( requiredAttributes = [2]string{"name", "type"} ) func (t *Table) Validate() error { return nil }