averichev
Results
6
issues of
averichev
I use command `sea-orm-cli generate entity -o entity/src/ --with-serde -t host_site` Adapter is **SQLite** My host_site table DDL: ```sql create table host_site ( host_id integer not null references host, site_id...
I use command `sea-orm-cli generate entity -o entity/src/ --with-serde -t host_site` Adapter is **SQLite** My host_site table DDL: ```sql create table host_site ( host_id integer not null references host, site_id...