[][src]Module barrel::table

A module that represents tables and columns

A table is a collection of columns and some metadata. Creating a table gives you access to the metadata fields that can only be set when creating the table.

You can also change existing tables with a closure that can then access individual columns in that table.

Structs

Column
Table
TableMeta

Some metadata about a table that was just created

Enums

ColumnDefault