CONSTRAINT fk_peminjaman_murid FOREIGN KEY (id_murid) REFERENCES murid(id_murid), CONSTRAINT fk_peminjaman_barang FOREIGN KEY (id_barang) REFERENCES barang(id_barang) CREATE TABLE IF NOT EXISTS ...
total_cards INTEGER NOT NULL DEFAULT 0, created_count INTEGER NOT NULL DEFAULT 0, updated_count INTEGER NOT NULL DEFAULT 0, skipped_count INTEGER NOT NULL DEFAULT 0, failed_count INTEGER NOT NULL ...