xscripts docs
  • X Auction
    • Installation
  • X Burgershot
    • Installation
  • X LOCKPICK SYSTEM
    • Installation
  • X CAR HEIST
    • Installation
  • X Car Plate Scratch
    • Installation
  • X BRAKE CUTTER
    • Installation
  • X BANK LOAN
    • Installation
  • X NOTIFY
    • Installation
  • X NOTIFY V2
    • Installation
Powered by GitBook
On this page
  1. X BANK LOAN

Installation

installation

Insert this in your database and you are good to go! CREATE TABLE IF NOT EXISTS loans ( id INT AUTO_INCREMENT PRIMARY KEY, identifier VARCHAR(50), amount DECIMAL(10, 2), remaining DECIMAL(10, 2), interest DECIMAL(5, 2), loanDate TIMESTAMP DEFAULT CURRENT_TIMESTAMP, taken_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, last_updated TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP );

PreviousInstallationNextInstallation

Last updated 6 months ago

Page cover image