Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Answered

Vertabelo and sales force

Shradha Samantray 8 aastat tagasi uuendaja Adam Mościcki 7 aastat tagasi 1

Can I user vertabelo as a data modelling tool for salesforce ? is there is documentation of how to reverse enginner the salesforce data model ?

Vasta
Adam Mościcki 7 aastat tagasi

Hello,


Unfortunately, I don't how salesforce work. If salesforce uses database we support* you can use our reverse enginner tool to retrive the schema.

Instruction:
http://www.vertabelo.com/blog/documentation/reverse-engineering


*Database engines we support:

  1. PostgreSQL 
  2. MySQL 
  3. Oracle 
  4. IBM DB2 
  5. HSQLDB
  6. MS SQL Serve


Hope this helps,

Adam Mościcki

+1
Lõpetatud

Please add option to generate SQL for selected tables/relationships only

Laimonas Anusauskas 10 aastat tagasi uuendaja Carrie Dean 8 aastat tagasi 3
Generating SQL for entire model is fine when creating new database, but when making incremental updates it would be very helpful to be able to select tables/relationships and generate SQL only for that subset. Going through each table/relationship and generating SQL preview is cumbersome.
0
Lõpetatud

Allow to connect my existing account to my facebook for easy login.

Alefe Lucas Santos Torres 8 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 8 aastat tagasi 1

I created my account using email, as student account, but I'd like to login using facebook, google etc.

+20
Lõpetatud

Copy and paste columns

Oggy Shopov 11 aastat tagasi uuendaja Alan Nitikman 8 aastat tagasi 18
It would be very convenient if one or more columns can be selected from one table and then pasted into another table along wit all of their settings. Many companies have audit trail policies for their data, which means all of their entities have a number of columns for CreatedBy, CreatedOn, CreatedIpAddress,  ModifiedBy, ModifiedOn, ModifiedIpAddress, ActiveRecord, etc. As you can see that's a lot of columns with identical settings, but it is time consuming to create them on each table.
Thank you.
0
Fixed

Reverse Engineering from SQL file option not working as expected

shradha 8 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 8 aastat tagasi 3

I have tried to create a vertabelo model using the "From Sql" file option , but for few tables it doesn't create all the columns.

I checked the sql file and the create table statement has all the columns

+1
Lõpetatud

Export database model to a word document where each table is represented as Word table with Columname and ColumnType

Elif T. Kuş 10 aastat tagasi uuendaja Metin Demircioglu 8 aastat tagasi 6
It would be great for preparing Design Documents if we could export to db model to a word document, where each database table would be converted to a Word table where the first row would be the table name and there would be two columns. One the column name the other one the datatype. Maybe even a third row with the description.


0
Answered

How to import a DB schema from Redshift?

Yuval Shefler 11 aastat tagasi uuendaja shradha 8 aastat tagasi 2
I'd like to import our existing DB schema from Amazon Redshift. 
Can you advise how to go about it?

Thanks,
Yuval
0
Lõpetatud

postgresql types

Chris Santero 11 aastat tagasi uuendaja David Henley 8 aastat tagasi 6
Are you planning on supporting postgresql JSON, enum, and array types?
0
Answered

I am unable to log in to vertabelo today using my google login

Mark Thomson 8 aastat tagasi uuendaja anonymous 8 aastat tagasi 3

Hi Team,

Can you advise on why i'm unable to log in to Vertabelo today using my google account?

0

is there a way to add audit columns to every table in a data model?

Alan Nitikman 8 aastat tagasi uuendatud 8 aastat tagasi 2

Standard Audit Columns must be added, in the Physical Data Model, to every table in the data model.  These would include the usual -- CreateUserid, CreateTimestamp, UpdateUserid, UpdateTimestamp, LoadID, BatchID, etc. I avoid these in the LDM, as it's irrelevant to the documentation of business requirements.


With other tools I've used in the past, this was generally handled in a macro, or otherwise automated in some way. I don't see any way, in Vertabelo, to add a standard set of attributes/columns to more than one table at a time.  Is there such a feature?  For a large data model, this can be a significant amount of busy work.