Welcome Guest, Not a member yet? Register   Sign In
how to assign into C_I migration
#1

how to assign into C_I migration


PHP Code:
CREATE TABLE IF NOT EXISTS `ci_sessions` (
    `
idvarchar(128NOT null,
    `
ip_addressvarchar(45NOT null,
    `
timestamptimestamp DEFAULT CURRENT_TIMESTAMP NOT null,
    `
datablob NOT null,
    
KEY `ci_sessions_timestamp` (`timestamp`)
); 
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply




Theme © iAndrew 2016 - Forum software by © MyBB