removed console logs
This commit is contained in:
parent
7db4cc76a5
commit
8655aa183c
@ -2,8 +2,6 @@ import { dbToTypes } from "../../data/datatypes";
|
|||||||
import { parseDefault } from "./shared";
|
import { parseDefault } from "./shared";
|
||||||
|
|
||||||
export function toMySQL(diagram) {
|
export function toMySQL(diagram) {
|
||||||
console.log(diagram);
|
|
||||||
// console.log(mysqlTypes[field.type.toString()]);
|
|
||||||
return `${diagram.tables
|
return `${diagram.tables
|
||||||
.map(
|
.map(
|
||||||
(table) =>
|
(table) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user