Skip to main content

The strains Table

Column NameData TypeNullableUpdatableComment
strain_idBIGINTNONOPrimary Key
associate_idVARCHAR(50)YESYES
licensee_idVARCHAR(50)YESYES
strain_typeENUMNONOIndica, Sativa, Hybrid
nameVARCHAR(75)YESYES
is_deletedENUMYESYESTrue,False
created_byVARCHAR(35)NONO
created_dateDATENONO
updated_byVARCHAR(35)YESYES
updated_dateDATEYESYES

Indexes

Index TypeColumn Name
PRIMARY KEYstrain_id
INDEXstrain_id

Foreign Keys

Source ColumnTarget TableTarget ColumnActions