bovid.database_schema module

Plain file with just schema.

See the ibeks.database.schema_types for the format of the components. The structure of TABLE_SPECS_PLAIN expressed in types is:

list[PlainTableSpec]

Be careful with this file, it should be self contained and only have the absolute necessary dependencies as this will be directly copied and imported for automatic generation of DB migration scripts.