Creates a writable field; rejects computed column definitions.
Field<T> column<T>(Column<T> column) => Field.internal(table, column);