// Code generated by SQLBoiler 3.5.0-gct (https://github.com/thrasher-corp/sqlboiler). DO NOT EDIT. // This file is meant to be re-generated in place and/or deleted at any time. package postgres var TableNames = struct { AuditEvent string Candle string Datahistoryjob string Datahistoryjobresult string Exchange string Script string ScriptExecution string Trade string WithdrawalCrypto string WithdrawalFiat string WithdrawalHistory string }{ AuditEvent: "audit_event", Candle: "candle", Datahistoryjob: "datahistoryjob", Datahistoryjobresult: "datahistoryjobresult", Exchange: "exchange", Script: "script", ScriptExecution: "script_execution", Trade: "trade", WithdrawalCrypto: "withdrawal_crypto", WithdrawalFiat: "withdrawal_fiat", WithdrawalHistory: "withdrawal_history", }