View source: R/gta_sql_set_table_keys.R
gta_sql_set_table_keys | R Documentation |
A wrapper function that sets the key types in your SQL table.
gta_sql_set_table_keys(table.name = NULL, primary.key = NULL, primary.auto.incr = F, foreign.key = NULL, foreign.key.parent = NULL, foreign.key.del.cascade = T, db.connection = "pool")
db.connection |
Specify the database connection you want to use. Default is 'pool'. |
Global Trade Alert
www.globaltradealert.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.