vuerd-vscode
vuerd-vscode copied to clipboard
ERD Editor vscode extension
Hi I love this tool :) and i have a issue I want to use one polimorph table this use only for example addreseable_id for people or buildings or any...
There is no support for SQL schemas. I can name a table like "myschema.MyTable" but then on the SQL DDL it does create PK, FK and other constraints with invalid...
First of all, excellent plug-in, congrats! When I create an extended property (comment) and convert it to MS SQL DDL, the column name value parameter (last one) comes with the...
Hi, it would be great to make it easier to mass enter tables and fields by keyboard only. Current problems: - cannot start typing when jumping to the next cell...
Defining attribute properties that aren't part of the ERD seem to get lost .e.g. setting identity on columns.
You guys are amazing! I love ERD Editor. And it would be great to support [DBML](https://www.dbml.org/home/#intro) design the ERD. > DBML (Database Markup Language) is an open-source DSL language designed...
Hi, there is an issue with the genreated SQL Queries for Foreign Keys. On Mysql and MariaSQL the constrain can only be created when both columns have an index. The...
First of all. Your product is amazing. Congratulations. I need help understanding how can i use the generated code in Typescript to create my Model Classes. I'll put an example...
I saw this closed item https://github.com/vuerd/vuerd-vscode/issues/5 and I wanted to raise it again as I think there can be some really great value if the JSON could be generated from...
Is there a way to create a enumerated type like in [this page](https://www.postgresql.org/docs/9.1/datatype-enum.html)? Or add a `check` to restrict the column value?