Skip to content

Commit c48bce3

Browse files
committed
Add 'paid_at' column to database on initial installation
1 parent 187029d commit c48bce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/class-paystack-forms-activator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public static function activate()
2525
ip varchar(255) NOT NULL,
2626
deleted_at varchar(255) DEFAULT '' NULL,
2727
created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
28+
paid_at timestamp,
2829
modified timestamp DEFAULT '0000-00-00 00:00:00' NOT NULL,
2930
UNIQUE KEY id (id),PRIMARY KEY (id)
3031
) $charset_collate;";

0 commit comments

Comments
 (0)