public void AddStringAttribute( Table table, string name, bool isNullable = true, uint?length = null) { _attributeService.AddString( table: table, name: name, sqlType: TSQLType.NVARCHAR, isNullable: isNullable, length: length); }