You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`updated_at` DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`published_at` DATETIME DEFAULT NULL,
`version` INTEGER NOT NULL DEFAULT 0,
`size` INTEGER NOT NULL,
`location_spawn` VARCHAR(50) NOT NULL,
`location_begin` VARCHAR(50) DEFAULT NULL,
`location_end` VARCHAR(50) DEFAULT NULL,
`map_time` INTEGER NOT NULL DEFAULT 6000, -- INTEGER et pas SMALLINT (qui suffit pour l'intervalle 0-24000) pour permettre la modification à terme des phases de la Lune