I want to import a table (customers_table) from my main project (ProjectA) to a new project (ProjectB).
What happen if I add some new fields in ProjectB? Should I sync in some way the table structure? Or every copy of customers_table has its own ‘life’ ?
Regarding licensing model: customers_table on ProjectB and customers_table on ProjectA are considered as 1 (one) table?