difference between Base Table and Core table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 02:24 AM
What is the difference between Base Table and Core table ?
- 44,722 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 04:36 AM
Hi, David
Root table means ..Over which your application is built.
If you are using self service application..than your core table will be sys_app_application 😉
Hope this solve your issue
Regards'
Kirtesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 01:23 AM
Hi
Arpit
Please go through the below link:
https://YOURINSTANCE.service-now.com/sys_db_object_list.do?sysparm_query=super_class%3DNULL
True base tables are those that can be extended so you may want to filter on the "Extensible" field where value is true.
Thanks&Regards
Haseena.
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 08:45 AM
haseena ayesha wrote:
True base tables are those that can be extended so you may want to filter on the "Extensible" field where value is true.
I'm not convinced of that criteria... there are many tables that can be extended, but that doesn't make them base tables.
Similarly, I can create u_base that doesn't extend anything then mark it not extensible - it will still be a base table but not show up in your filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 02:47 AM
Hi All,
I am using Eureka version, I have not seen a table with the name "cmdb" in my instacne but in Geneva, I find there is a table with name "cmdb" (Base configuration item).
could you please help me with our answers for below listed queries.
1. Does base tables are version specific?
2. if we upgrade our instance to Helsinki, what change i can observe in my instance?
3. what about the data in the other CMDB tables if I upgrade my instance?
Configuration item table is the base table in my Eureka instance (It is not extended from the any table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 03:41 AM
1. Does base tables are version specific?
Yes. I believe before Geneva, it was [cmdb_ci]
2. if we upgrade our instance to Helsinki, what change i can observe in my instance?
Check the release notes: Upgrade to Helsinki - these should have details about new features to expect.
Note: there's another post here referring to upgrade experiences: Helsinki Upgrade (Lessons Learned)
3. what about the data in the other CMDB tables if I upgrade my instance?
Data is generally untouched during an upgrade; the change in family is rather like trying to redecorate your house whilst you are still sitting in it - your furniture and belongings should be left unaffected.
However, if you want to test it, consider getting a clone of your instance then performing an upgrade against that to dry-run the upgrade process. I would advise creating a test plan before starting so that you have identified some areas to check and test post-upgrade.