Raphael Gibson
Raphael Gibson
> see #65 - it has the how to do it. > > Basically you specify something like - `email: EmailStr = Field(sa_column=Column("email", VARCHAR, unique=True)) the = Field(sa_column=Column("username", VARCHAR, unique=True))`...
> Any updates? Waiting the merge.
> It looks like the Field column now supports the [unique=True/False](https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/main.py#L177) keyword argument? Merged in #83 > > I was able to successfully use `code: str = Field(index=True, unique=True)` and...
> Was it removed? I am running sqlmodel version 0.3.0 and it is saying that it is not there in Field. Version 0.3.0? The latest version is 0.0.8, and the...