> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/taxonomia-y-definiciones./esquema-de-floricode/f_genus.md).

# f\_genus

/\*\*\*\*\*\* Object:  Table \[dbo].\[F\_GENUS] Script Date: 1/26/2019 6:54:54 PM \*\*\*\*\*\*/

SET ANSI\_NULLS ON

GO

SET QUOTED\_IDENTIFIER ON

GO<br>

CREATE TABLE \[dbo].\[F\_GENUS]\(

&#x20;   \[code\_list\_id] \[int] NULL,

&#x20;   \[genus\_id] \[int] NULL,

&#x20;   \[latin\_genus\_name] \[varchar]\(1024) NULL,

&#x20;   \[entry\_date] \[datetime] NULL,

&#x20;   \[expire\_date] \[datetime] NULL,

&#x20;   \[change\_date\_time] \[datetime] NULL

) ON \[PRIMARY]

GO
