Name = $name; $this->Type = $type; $this->IsNotNull = $isNotNull; $this->IsUnique = $isUnique; $this->IsPrimaryKey = $isPrimaryKey; $this->ForeignWith = $foreignWith; $this->Check = $check; $this->Default = $default; $this->IsAutoIncrement = $isAutoIncrement; } }