Skip to content
Snippets Groups Projects
Commit a4f9f5c1 authored by Jeffry's avatar Jeffry
Browse files

Edit pic_id default value

parent 386b39af
No related merge requests found
......@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 24, 2018 at 06:23 AM
-- Generation Time: Oct 25, 2018 at 09:47 AM
-- Server version: 10.1.31-MariaDB
-- PHP Version: 7.2.3
......@@ -35,7 +35,7 @@ CREATE TABLE `biodata` (
`email` varchar(255) NOT NULL,
`address` text NOT NULL,
`phone` varchar(255) NOT NULL,
`pic_id` int(11) NOT NULL DEFAULT '99'
`pic_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment