09-08-2020, 08:13 PM
Hi stamatis,
cdb_createTable (https://docs.livecloud.io/CreateTable/) does not have a parameter for "local" or "cloud" and requires internet access so you cannot create local tables. All tables are created on the cloud and a config file defines your table structure on disk. The LiveCloud Toolkit has the config files that contains the structure of your project and all the tables in it. Because of this, cdb_create and cdb_sync can only be used on tables that already exist on the cloud.
cdb_createTable (https://docs.livecloud.io/CreateTable/) does not have a parameter for "local" or "cloud" and requires internet access so you cannot create local tables. All tables are created on the cloud and a config file defines your table structure on disk. The LiveCloud Toolkit has the config files that contains the structure of your project and all the tables in it. Because of this, cdb_create and cdb_sync can only be used on tables that already exist on the cloud.