// // Code generated by go-jet DO NOT EDIT. // // WARNING: Changes to this file may cause incorrect behavior // and will be lost if the code is regenerated // package table // UseSchema sets a new schema name for all generated table SQL builder types. It is recommended to invoke // this method only once at the beginning of the program. func UseSchema(schema string) { Balances = Balances.FromSchema(schema) Benefits = Benefits.FromSchema(schema) CatalogAtom = CatalogAtom.FromSchema(schema) Config = Config.FromSchema(schema) Ledger = Ledger.FromSchema(schema) Orders = Orders.FromSchema(schema) PaymentEvents = PaymentEvents.FromSchema(schema) Product = Product.FromSchema(schema) ProductItem = ProductItem.FromSchema(schema) ProductPrice = ProductPrice.FromSchema(schema) }