Specifies that a table exists, and what columns it has. This will create a
new public module, with the same name, as the name of the table. In this
module, you will find a unit struct named table, and a unit struct with the
name of each column.
Specifies that a view exists, and what fields it has. This will create a
new public module, with the same name, as the name of the view. In this
module, you will find a unit struct named view, and a unit struct with the
name of each field.