add_field: Add a field to a table in a RelDataModel

View source: R/RelDataModel.R

add_fieldR Documentation

Add a field to a table in a RelDataModel

Description

Add a field to a table in a RelDataModel

Usage

add_field(x, tableName, name, type, nullable, unique, comment)

Arguments

x

a RelDataModel

tableName

the name of the table to modify (a single character)

name

the name of the field to add (a single character)

type

the type of the field (a single character)

nullable

if the field is nullable (a single logical)

unique

if the values are unique (a single logical)

comment

a description (a single character)

Value

A RelDataModel


ReDaMoR documentation built on April 4, 2025, 2:39 a.m.